Skip to content

This is the old Algorand Developer Portal. Please head over to dev.algorand.co to explore our newly rebuilt documentation site. Please excuse us as we continue to transition content to the new portal

创建文章

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

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

Interface: TransactionSignature

types/indexer.TransactionSignature

Validation signature associated with some data. Only one of the signatures should be provided. https://developer.algorand.org/docs/rest-apis/indexer/#transactionsignature

Table of contents

Properties

Properties

logicsig

Optional logicsig: LogicTransactionSignature

Logicsig signature

Defined in

src/types/indexer.ts:555


multisig

Optional multisig: MultisigTransactionSignature

Multisig signature

Defined in

src/types/indexer.ts:557


sig

Optional sig: string

[sig] Standard ed25519 signature.

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

Defined in

src/types/indexer.ts:562