Abstract
Abstract
createCreates new key and returns public key.
accountId to retrieve from.
Optional
networkId: stringThe targeted network. (ex. default, betanet, etc…)
Optional
keyType: KeyTypeAbstract
getReturns public key for given account / network.
Optional
accountId: stringaccountId to retrieve from.
Optional
networkId: stringThe targeted network. (ex. default, betanet, etc…)
Abstract
signSigns given message, by first hashing with sha256.
message to sign.
Optional
accountId: stringaccountId to use for signing.
Optional
networkId: stringThe targeted network. (ex. default, betanet, etc…)
General signing interface, can be used for in memory signing, RPC singing, external wallet, HSM, etc.