Creates a public key for the account given
The NEAR account to assign a public key to
The targeted network. (ex. default, betanet, etc…)
OptionalkeyType: KeyTypeGets the existing public key for a given account
OptionalaccountId: stringThe NEAR account to assign a public key to
OptionalnetworkId: 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
OptionalaccountId: stringthe NEAR account signing the message
OptionalnetworkId: stringThe targeted network. (ex. default, betanet, etc…)
StaticfromCreates 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
Deprecated
Will be removed in the next major release
Signs using in memory key store.