PCAutoSigner
Class for autosigning transactions
-
Registers the user to use autosign.
The registering user should be able to use autosign feature. It can be checked by
user.options.isAutosignEnabled
property. -
Returns a scoring settings for this user from the server
-
Returns list of transactions to auto sign
The autosign feature must be available to the provided user and the user should be registered to autosign
-
Signing transaction without user’s interactions
The user must be registered to use autosign feature before invoking this method. To register the user use
PCAutoSigner.registerUser
method. Otherwise, this method will return error (PCError.autosignUnavailable
)