Readonly
accountAccount address associated with the account
Readonly
privatePrivate key associated with the account
Readonly
publicPublic key associated with the account
Readonly
signingSigning scheme used to sign transactions
Sign the given message with the private key.
in HexInput format
AccountSignature
Sign a message using the available signing capabilities.
the signing message, as binary input
the AccountAuthenticator containing the signature, together with the account's public key
Static
fromDerives an account with bip44 path and mnemonics, Default to using an Ed25519 signature scheme.
Static
generateDerives an account from a randomly generated private key. Default generation is using an Ed25519 key
Account with the given signature scheme
Generated using TypeDoc
Signer implementation for the SingleKey authentication scheme. This extends a SingleKeyAccount by adding signing capabilities through a valid private key. Currently, the only supported signature schemes are Ed25519 and Secp256k1.
Note: Generating a signer instance does not create the account on-chain.