Skip to content

Create Publication

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.MultisigTransactionSubSignature

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

Interface: MultisigTransactionSubSignature

types/indexer.MultisigTransactionSubSignature

Sub-signature for a multisig signature https://developer.algorand.org/docs/rest-apis/indexer/#transactionsignaturemultisigsubsignature

Table of contents

Properties

Properties

public-key

public-key: string

[pk] The public key of the account making the signature

Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"

Defined in

src/types/indexer.ts:606


signature

Optional signature: string

[s] The signature

Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"

Defined in

src/types/indexer.ts:611