Class MultiEd25519PublicKey

Represents the public key of a K-of-N Ed25519 multi-sig transaction.

Hierarchy (view full)

Constructors

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this LegacyMultiEd25519PublicKey

threshold: number

The minimum number of valid signatures required, for the number of public keys specified

MAX_KEYS: 32 = 32

Maximum number of public keys supported

MIN_KEYS: 2 = 2

Minimum number of public keys needed

MIN_THRESHOLD: 1 = 1

Minimum threshold for the number of valid signatures required

Methods

  • Serializes a Serializable value to its BCS representation. This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

Generated using TypeDoc