MultiSig
@iota/iota-sdk / client / MultiSig
Interface: MultiSig
Defined in: sdk/typescript/src/client/types/generated.ts:1185
The struct that contains signatures and public keys necessary for authenticating a MultiSig.
Properties
bitmap
bitmap:
number
Defined in: sdk/typescript/src/client/types/generated.ts:1187
A bitmap that indicates the position of which public key the signature should be authenticated with.
multisig_pk
multisig_pk:
MultiSigPublicKey
Defined in: sdk/typescript/src/client/types/generated.ts:1192
The public key encoded with each public key with its signature scheme used along with the corresponding weight.
sigs
sigs:
CompressedSignature[]
Defined in: sdk/typescript/src/client/types/generated.ts:1194
The plain signature encoded with signature scheme.