Module pallet_inv4::pallet::dispatchables
source · Expand description
Functions§
- Cancel an existing multisig proposal (called by a core origin)
- Create a new core
- Create a new multisig proposal, auto-executing if caller passes execution threshold requirements Fees are calculated using the length of the metadata and the call The proposed call’s weight is used internally to charge the multisig instead of the user proposing the call
- Change core parameters incl. voting thresholds and token freeze state (called by a core origin)
- Burn the core’s voting token from a target (called by a core origin)
- Mint the core’s voting token to a target (called by a core origin)
- Vote on an existing multisig proposal, auto-executing if caller puts vote tally past execution threshold requirements
- Remove caller’s vote from an existing multisig proposal