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
Static
generateDerives a signer from a randomly generated private key
Generated using TypeDoc
Signer implementation for the Ed25519 authentication scheme. This extends an Ed25519Account by adding signing capabilities through an Ed25519PrivateKey.
Note: Generating a signer instance does not create the account on-chain.