Ed25519Account
class Ed25519Account(val privateKey: Ed25519PrivateKey, val address: AccountAddressInput? = null) : Account
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.
Properties
Link copied to clipboard
Account address associated with the account
Link copied to clipboard
Link copied to clipboard
Whether all private key material owned by this account has been cleared.
Link copied to clipboard
Link copied to clipboard
Public key associated with the account
Link copied to clipboard
Signing scheme used to sign transactions