subscan
Runtime Modules / CrossInOut
Spec Version:
Events
Name
Lookup
Attributes
CrossedOut7b00["CurrencyId","AccountIdOf","MultiLocation","BalanceOf"]
CurrencyDeregistered7b01["CurrencyId"]
LinkedAccountRegistered7b02["CurrencyId","AccountIdOf","MultiLocation"]
AddedToRegisterList7b03["AccountIdOf","CurrencyId"]
RemovedFromRegisterList7b04["AccountIdOf","CurrencyId"]
CrossingMinimumAmountSet7b05["CurrencyId","BalanceOf","BalanceOf"]
Storage Functions
Name
Type
CrossCurrencyRegistry{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"NULL","keys_id":307,"value_id":303}}
IssueWhiteList{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":307,"value_id":768}}
RegisterWhiteList{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":307,"value_id":768}}
AccountToOuterMultilocation{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId","AccountId"],"value":"staging_xcm:v3:multilocation:MultiLocation","keys_id":823,"value_id":131}}
OuterMultilocationToAccount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId","staging_xcm:v3:multilocation:MultiLocation"],"value":"AccountId","keys_id":786,"value_id":0}}
CrossingMinimumAmount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Tuple:U128U128","keys_id":307,"value_id":423}}
Constants
Name
Type
Value
MaxLengthLimitU32f4010000
Error Types
Name
Docs
NotEnoughBalanceIndicates that the balance is not sufficient for the requested operation.
NotExistIndicates that the specified item does not exist.
NotAllowedIndicates that the operation is not allowed for the current context.
CurrencyNotSupportCrossInAndOutIndicates that the currency does not support crossing in and out.
NoMultilocationMappingIndicates that there is no mapping for the specified multilocation.
AlreadyExistIndicates that the item already exists.
NoCrossingMinimumSetIndicates that there is no minimum crossing amount set for the operation.
AmountLowerThanMinimumIndicates that the specified amount is lower than the required minimum.
ListOverflowIndicates that the list has reached its maximum capacity.