Signer implementation for the SingleKey authentication scheme. This class 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.

Implements

Implementation - Account (On-Chain Model)

accountAddress: AccountAddress

Account address associated with the account

privateKey: PrivateKeyInput

Private key associated with the account

publicKey: AnyPublicKey

Public key associated with the account

signingScheme: SingleKey = SigningScheme.SingleKey

Signing scheme used to sign transactions

Methods

MMNEPVFCICPMFPCPTTAAATR