Skip to main content
Version: 31.0.x

Interface: CreateMultiSigParams

Defined in: src/api/procedures/types.ts:1803

Properties

permissions?

optional permissions?: 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