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.

Implements

Constructors

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

Methods

Generated using TypeDoc