Interface: CreateMultiSigParams
Defined in: src/api/procedures/types.ts:1873
Properties
permissions?
optionalpermissions?:PermissionsLike
Defined in: src/api/procedures/types.ts:1882
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:1878
signers
signers:
Signer[]
Defined in: src/api/procedures/types.ts:1877
Note
Signer must be an Account as of v7