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":407} | |
| UserDefaultFeeCurrency | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"bifrost_primitives:currency:CurrencyId","keys_id":0,"value_id":333}} | |
| ExtraFeeByCall | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"Tuple:bifrost_primitives:currency:CurrencyIdU128AccountId","keys_id":302,"value_id":410}} |
Name | Type | Value | |
|---|---|---|---|
| TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 | |
| MaxFeeCurrencyOrderListLen | U32 | 32000000 | |
| MinAssetHubExecutionFee | U128 | 00d0ed902e0000000000000000000000 | |
| MinRelaychainExecutionFee | U128 | 00d0ed902e0000000000000000000000 | |
| RelaychainCurrencyId | bifrost_primitives:currency:CurrencyId | 0800 | |
| ParachainId | U32 | ee070000 | |
| PalletId | [U8; 8] | 62662f666c657869 | |
| AllowVBNCAsFee | Bool | 01 |
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. |