Function pallet_assets::pallet::dispatchables::touch
source · pub fn touch<T: Config<I>, I: 'static>(id: T::AssetIdParameter)
Expand description
Create an asset account for non-provider assets.
A deposit will be taken from the signer account.
origin
: Must be Signed; the signer account must have sufficient funds for a deposit to be taken.id
: The identifier of the asset for the account to be created.
Emits Touched
event when successful.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::touch
.