Structs§
- AddSigner
Params - Add signer params.
- Approve
Return - Parameters for approve and cancel multisig functions.
- Change
NumApprovals Threshold Params - Propose method call parameters
- Constructor
Params - Constructor parameters for multisig actor.
- Lock
Balance Params - Lock balance call params.
- Proposal
Hash Data - Data for a BLAKE2B-256 to be attached to methods referencing proposals via TXIDs. Ensures the existence of a cryptographic reference to the original proposal. Useful for offline signers and for protection when reorgs change a multisig TXID.
- Propose
Params - Propose method call parameters.
- Propose
Return - Propose method call return.
- Remove
Signer Params - Remove signer params.
- State
- Multisig actor state
- Swap
Signer Params - Swap signer multisig method params
- Transaction
- Transaction type used in multisig actor
- TxnID
- Transaction ID type
- TxnID
Params - Parameters for approve and cancel multisig functions.
Enums§
- Method
- Multisig actor methods available
Constants§
- SIGNERS_
MAX - SignersMax is the maximum number of signers allowed in a multisig. If more are required, please use a combining tree of multisigs.