Skip to content

SignatureType

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

types/indexer.SignatureType

Type of signature used by an account

Table of contents

Enumeration Members

Enumeration Members

lsig

lsig = "lsig"

Logic signature

Defined in

src/types/indexer.ts:185


msig

msig = "msig"

Multisig

Defined in

src/types/indexer.ts:183


sig

sig = "sig"

Normal signature

Defined in

src/types/indexer.ts:181