Skip to content

api.procedures.types.CreateMultiSigParams

prashantasdeveloper edited this page Dec 4, 2024 · 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:1641


requiredSignatures

requiredSignatures: BigNumber

Defined in

api/procedures/types.ts:1637


signers

signers: Signer[]

Note

Signer must be an Account as of v7

Defined in

api/procedures/types.ts:1636

Clone this wiki locally