SORA
subscan
Runtime Modules / Band
Spec Version:
Call Functions
Name
Lookup
Parameters
relay35003
force_relay35013
add_relayers35021
remove_relayers35031
Events
Name
Lookup
Attributes
SymbolsRelayed3500["Vec<(Symbol, Balance)>"]
RelayersAdded3501["Vec<AccountId>"]
RelayersRemoved3502["Vec<AccountId>"]
Storage Functions
Name
Type
TrustedRelayers{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":587}
SymbolRates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"option<band:BandRate>","keys_id":114,"value_id":679}}
Constants
Name
Type
Value
GetBandRateStalePeriodU64e093040000000000
Error Types
Name
Docs
UnauthorizedRelayerAn untrusted account tried to relay data.
AlreadyATrustedRelayerA request to add an account, which is already a trusted relayer, was supplied.
NoSuchRelayerA request to remove an account, which is not a trusted relayer, was supplied.
RateConversionOverflowRelayed rate is too big to be stored in the pallet.
RateHasInvalidTimestampRate has invalid timestamp.
RateExpiredRate is expired and can't be used until next update.