pub fn set_token_transfer_fees<T: Config>(
create_asset_xcm: u128,
transfer_asset_xcm: u128,
register_token: U256,
)
Expand description
Sends a message to the Gateway contract to update fee related parameters for token transfers.
Privileged. Can only be called by root.
Fee required: No
origin
: Must be rootcreate_asset_xcm
: The XCM execution cost for creating a new asset class on AssetHub, in DOTtransfer_asset_xcm
: The XCM execution cost for performing a reserve transfer on AssetHub, in DOTregister_token
: The Ether fee for registering a new token, to discourage spamming
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_token_transfer_fees
.