Authenticates the specified user to transact in the specified network from the specified application
key ra address=PUBKEY user=NAME net=NA application=STRING
| address | Address of the account which are authorized to sign transactions | |
| user | Name of user in the specified network on whose behalf transactions are to be sent | |
| net | Address of the network to where transactions are to be sent | |
| application | Identifier of the application |
Example:
key ra address=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes user=satoshi net=fair.rdn application="lorem ipsum"
Confirms pending authentication
key ca address=PUBKEY session=HEX trust=TRUST
| address | Address of the account to confirm authentication for | |
| session | Session Id | |
| trust | Trust level |
Example:
key ca address=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes session=0105BCE1C336874FBEBE40D2510EC035D0251FE855399EAD76E22BD18E2EBC6E37 trust=AlwaysAllow
Lists pending authentications for the specified account
key lpa address=PUBKEY
| address | Address of the account to get pending authentications from |
Example:
key lpa address=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes
Lists existing authentications for the specified account
key la address=PUBKEY
| address | Address of the account to get authentications from |
Example:
key la address=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes