pallet_grants::pallet

Module 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§

  • Wire funds to be vested by the receiver
  • Initiate a bridge transfer of all vested funds to the given eth_address on the given chain_id. This process will need to be completed by the bridge oracles.
  • Cancel all vested schedules for the given user. If there are coins to be claimed they will be auto claimed for the given user. If limit_to_free_balance is set to true we will not error if the free balance of who has less coins than what was granted and is being revoked (useful if the state was corrupted).
  • Claim funds that have been vested so far
  • Remove a bridge from the list of active bridges.
  • Allows the CancelOrigin to renounce to its privileges of being able to cancel who’s vesting schedules.
  • Allow governance to indicate a bridge is setup between the parachain and a remote chain.