Supra Multisig Guide
Key Benefits
Interacting with Multisig via Supra CLI
Create a new multisig account on-chain:
supra move multisig create
--timeout-duration <TIMEOUT_DURATION>
--num-signatures-required <NUM_SIGNATURES_REQUIRED>
--additional-owners <ADDRESSES OF OTHER OWNER/OWNERS>Approve a pending multisig transaction:
Propose a new multisig transaction:
Execute a multisig transaction that has its full payload stored on-chain:
Removes a proposed multisig transaction (finalizes a rejection):
Execute a multisig transaction where only a payload hash was stored on-chain:
Reject a multisig transaction:
Verify that the entry function matches the on-chain transaction proposal (serialization check)
Verify that the proposed transaction (its entry function and parameters) matches the on-chain proposal:
Transaction Flow Overview
Practical Tips
Link to Module & Repository Docs:
Last updated
