pub fn transfer_tokens<T: Config>(token_amount: NativeTokenAmount)
Expand description
Inherent that registers new native token transfer from the Cardano main chain and triggers the handler configured in Config::TokenTransferHandler.
Arguments:
token_amount
: the total amount of tokens transferred since the last invocation of the inherent
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::transfer_tokens
.