Skip to content

api.procedures.types.CreateMultiSigParams

polymesh-bot edited this page Jun 3, 2025 · 73 revisions

Interface: CreateMultiSigParams

api/procedures/types.CreateMultiSigParams

Table of contents

Properties

Properties

permissions

Optional permissions: PermissionsLike

Grants permissions to the MultiSig upon creation. The caller must be the primary key of the Identity for these to work

Defined in

api/procedures/types.ts:1680


requiredSignatures

requiredSignatures: BigNumber

Defined in

api/procedures/types.ts:1676


signers

signers: Signer[]

Note

Signer must be an Account as of v7

Defined in

api/procedures/types.ts:1675

Clone this wiki locally