Class MultiEd25519Account

Signer implementation for the Multi-Ed25519 authentication scheme.

Note: This authentication scheme is a legacy authentication scheme. Prefer using MultiKeyAccounts as a MultiKeyAccount can support any type of signer, not just Ed25519. 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

Public key associated with the account

signerIndices: number[]

An array of indices where for signer[i], signerIndicies[i] is the index of the corresponding public key in publicKey.publicKeys. Used to derive the right public key to use for verification.

The signers used to sign messages. These signers should correspond to public keys in the MultiEd25519Account. The number of signers should be equal to this.publicKey.threshold.

signingScheme: MultiEd25519 = SigningScheme.MultiEd25519

Signing scheme used to sign transactions

Constructors

Methods

Properties

signaturesBitmap: Uint8Array
MMNEPVFCICPMFPCPTTAAATR