Runtime Pallets
FeeProxy
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
api.tx.feeProxy.callWithFeePreferences
function callWithFeePreferences(
payment_asset: u32,
max_payment: u128,
call: Call
)
api.events.feeProxy.CallWithFeePreferences
type CallWithFeePreferences = {
who: SeedPrimitivesSignatureAccountId20,
payment_asset: u32,
max_payment: u128
}
api.errors.feeProxy.FeeTokenIsGasToken
api.errors.feeProxy.NestedFeePreferenceCall
api.consts.feeProxy.feeAssetId
type feeAssetId = u32
Was this page helpful?