Readonly keyGets the existing public key for a given account
Optional accountId: stringThe NEAR account to assign a public key to
Optional networkId: stringThe targeted network. (ex. default, betanet, etc…)
Returns the public key or null if not found
A message to be signed, typically a serialized transaction
Optional accountId: stringthe NEAR account signing the message
Optional networkId: stringThe targeted network. (ex. default, betanet, etc…)
Static fromCreates a single account Signer instance with account, network and keyPair provided.
Intended to be useful for temporary keys (e.g. claiming a Linkdrop).
The targeted network. (ex. default, betanet, etc…)
The NEAR account to assign the key pair to
The keyPair to use for signing
Generated using TypeDoc
Signs using in memory key store.