MultiSigPublicKey
@iota/iota-sdk / client / MultiSigPublicKey
Interface: MultiSigPublicKey
Defined in: sdk/typescript/src/client/types/generated.ts:1197
The struct that contains the public key used for authenticating a MultiSig.
Properties
pk_map
pk_map: [
PublicKey,number][]
Defined in: sdk/typescript/src/client/types/generated.ts:1199
A list of public key and its corresponding weight.
threshold
threshold:
number
Defined in: sdk/typescript/src/client/types/generated.ts:1204
If the total weight of the public keys corresponding to verified signatures is larger than threshold, the MultiSig is verified.