Interface: CreateMultiSigParams
Defined in: src/api/procedures/types.ts:1803
Properties
permissions?
optionalpermissions?:PermissionsLike
Defined in: src/api/procedures/types.ts:1812
Grants permissions to the MultiSig upon creation. The caller must be the primary key of the Identity for these to work
requiredSignatures
requiredSignatures:
BigNumber
Defined in: src/api/procedures/types.ts:1808
signers
signers:
Signer[]
Defined in: src/api/procedures/types.ts:1807
Note
Signer must be an Account