Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.MultisigTransactionSignature

@algorandfoundation/algokit-utils / types/indexer / MultisigTransactionSignature

Interface: MultisigTransactionSignature

types/indexer.MultisigTransactionSignature

[msig] structure holding multiple subsignatures. https://developer.algorand.org/docs/rest-apis/indexer/#transactionsignaturemultisig

Table of contents

Properties

Properties

subsignature

subsignature: MultisigTransactionSubSignature[]

[subsig] Holds pairs of public key and signatures.

Defined in

src/types/indexer.ts:593


threshold

threshold: number

[thr] The threshold of signatures required for the multisig

Defined in

src/types/indexer.ts:595


version

version: number

[v] The version of the multisig

Defined in

src/types/indexer.ts:597