Skip to main content
Version: v30.0.x

Interface: CreateMultiSigParams

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

Properties

permissions?

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