Module pallet_inv4::pallet::dispatchables

source ·
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

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