Skip to content

api.procedures.types.CreateMultiSigParams

prashantasdeveloper edited this page May 1, 2025 · 69 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:1677


requiredSignatures

requiredSignatures: BigNumber

Defined in

api/procedures/types.ts:1673


signers

signers: Signer[]

Note

Signer must be an Account as of v7

Defined in

api/procedures/types.ts:1672

Clone this wiki locally