pallet_bridge::pallet::dispatchables

Function bridge

Source
pub fn bridge<T: Config>(
    chain: BridgedChain,
    address: [u8; 20],
    amount: T::Balance,
)
Expand description

Transfer and lock funds to trigger bridge request event.

Used for minting funds on other chains in a manual one-way bridge.

ยงWarning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::bridge.