Represents an Ed25519 account that provides signing capabilities through an Ed25519 private key. This class allows for the creation of accounts, signing messages and transactions, and verifying signatures.

Note: Generating an instance of this class does not create the account on-chain.

Implements

Constructors

Methods

Properties

accountAddress: AccountAddress

Account address associated with the account

privateKey: Ed25519PrivateKey

Private key associated with the account

publicKey: Ed25519PublicKey

Public key associated with the account

signingScheme: Ed25519 = SigningScheme.Ed25519

Signing scheme used to sign transactions