Interface MultisigMetadata

Required options for creating a multisignature

Documentation available at: https://developer.algorand.org/docs/features/transactions/signatures/#multisignatures

Hierarchy

  • MultisigMetadata

Properties

Properties

addrs: string[]

A list of Algorand addresses representing possible signers for this multisig. Order is important.

threshold: number

Multisig threshold value. Authorization requires a subset of signatures, equal to or greater than the threshold value.

version: number

Multisig version

Generated using TypeDoc