Type alias TransactionMultiEd25519Signature

TransactionMultiEd25519Signature: {
    bitmap: string;
    public_keys: string[];
    signatures: string[];
    threshold: number;
    type: "multi_ed25519_signature";
}

Type declaration

  • bitmap: string
  • public_keys: string[]

    The public keys for the Ed25519 signature

  • signatures: string[]

    Signature associated with the public keys in the same order

  • threshold: number

    The number of signatures required for a successful transaction

  • type: "multi_ed25519_signature"

Generated using TypeDoc