pub fn bridge_all_vesting_schedules<T: Config>(
eth_address: [u8; 20],
bridge_id: u32,
)
Expand description
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.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::bridge_all_vesting_schedules
.