Name | Lookup | Parameters | |
---|---|---|---|
set_user_default_fee_currency | 6400 | 1 | |
set_default_fee_currency_list | 6401 | 1 | |
set_extra_fee | 6402 | 2 | |
dispatch_permit | 6403 | 9 |
Name | Lookup | Attributes | |
---|---|---|---|
TransferTo | 6400 | ["AccountId","TargetChain","BalanceOf"] | |
SetDefaultFeeCurrency | 6401 | ["AccountId","Option<CurrencyId>"] | |
SetFeeCurrencyList | 6402 | ["BoundedVec<CurrencyId, MaxFeeCurrencyOrderListLen>"] | |
SetExtraFee | 6403 | ["RawCallName","Option<(CurrencyId, BalanceOf, AccountId)>"] |
Name | Type | |
---|---|---|
UniversalFeeCurrencyOrderList | {"origin":"PlainType","plain_type":"Vec<bifrost_primitives:currency:CurrencyId>","PlainTypeValue":322} | |
UserDefaultFeeCurrency | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"bifrost_primitives:currency:CurrencyId","keys_id":0,"value_id":307}} | |
ExtraFeeByCall | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:bifrost_primitives:currency:CurrencyIdU128AccountId","keys_id":299,"value_id":325}} |
Name | Type | Value | |
---|---|---|---|
TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 | |
MaxFeeCurrencyOrderListLen | U32 | 32000000 | |
MinAssetHubExecutionFee | U128 | 0030ef7dba0200000000000000000000 | |
MinRelaychainExecutionFee | U128 | 0030ef7dba0200000000000000000000 | |
RelaychainCurrencyId | bifrost_primitives:currency:CurrencyId | 0204 | |
ParachainId | U32 | d1070000 | |
PalletId | [U8; 8] | 62662f666c657869 | |
AllowVBNCAsFee | Bool | 00 |
Name | Docs |
---|---|
NotEnoughBalance | The account does not have enough balance to perform the operation. |
ConversionError | An error occurred during currency conversion. |
WeightAndFeeNotExist | No weight or fee information is available for the requested operation. |
UnweighableMessage | The message cannot be weighed, possibly due to insufficient information. |
XcmExecutionFailed | The XCM execution has failed. |
CurrencyNotSupport | The specified currency is not supported by the system. |
MaxCurrenciesReached | The maximum number of currencies that can be handled has been reached. |
EvmPermitExpired | EVM permit expired. |
EvmPermitInvalid | EVM permit is invalid. |
EvmPermitCallExecutionError | EVM permit call failed. |
EvmPermitRunnerError | EVM permit call failed. |
PercentageCalculationFailed | Percentage calculation failed due to overflow. |