Subspace Gemini 3H
subscan
Runtime Modules / Transporter
Spec Version:
Call Functions
Name
Lookup
Parameters
transfer3d002
Events
Name
Lookup
Attributes
OutgoingTransferInitiated3d00["ChainId","MessageIdOf"]
OutgoingTransferFailed3d01["ChainId","MessageIdOf","DispatchError"]
OutgoingTransferSuccessful3d02["ChainId","MessageIdOf"]
IncomingTransferSuccessful3d03["ChainId","MessageIdOf"]
Storage Functions
Name
Type
OutgoingTransfers{"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["sp_domains:ChainId","Tuple:U256U256"],"value":"pallet_transporter:Transfer","keys_id":320,"value_id":327}}
DomainBalances{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"U128","keys_id":51,"value_id":6}}
ChainTransfers{"origin":"PlainType","plain_type":"sp_domains:Transfers","PlainTypeValue":190}
UnconfirmedTransfers{"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["sp_domains:ChainId","sp_domains:ChainId"],"value":"U128","keys_id":328,"value_id":6}}
CancelledTransfers{"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["sp_domains:ChainId","sp_domains:ChainId"],"value":"U128","keys_id":328,"value_id":6}}
Error Types
Name
Docs
LowBalanceEmits when the account has low balance to make a transfer.
InvalidPayloadFailed to decode transfer payload.
MissingTransferRequestEmits when the request for a response received is missing.
InvalidTransferRequestEmits when the request doesn't match the expected one..
UnexpectedMessageEmits when the incoming message is not bound to this chain.
InvalidAccountIdEmits when the account id type is invalid.
LowBalanceOnDomainEmits when from_chain do not have enough funds to finalize the transfer.
NonConsensusChainEmits when the transfer tracking was called from non-consensus chain
BalanceOverflowEmits when balance overflow
BalanceUnderflowEmits when balance underflow
DomainBalanceAlreadyInitializedEmits when domain balance is already initialized