Expand description
Functions§
- Wire funds to be vested by the receiver
- Initiate a bridge transfer of all vested funds to the given
eth_address
on the givenchain_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 ofwho
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 cancelwho
’s vesting schedules. - Allow governance to indicate a bridge is setup between the parachain and a remote chain.