Skip to main content

4 docs tagged with "multisig"

View all tags

Deploy a multisig contract

Deploy a MultiversX multisig smart contract with the SDK JS v15 MultisigController or MultisigTransactionsFactory.

Propose a multisig action

Propose a multisig action, a transfer-execute or an add-board-member, with sdk-core's MultisigController and factory, then parse the new action id.

Read a multisig's state

Read a MultiversX multisig's quorum, board members, and pending actions with their signers using sdk-core's MultisigController, no wallet needed.

Sign and perform a multisig action

Sign a proposed multisig action to quorum and perform it with sdk-core's MultisigController and factory, reading its live signer state first.