api.procedures.types.CreateMultiSigParams - PolymeshAssociation/polymesh-sdk GitHub Wiki

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