pub fn transfer<T: Config>(
    to: <T as Config>::AccountId,
    amount: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
    _r_id: ResourceId
)
Expand description

Executes a simple currency transfer using the chainbridge account as the source

§Warning: Doc-Only

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