SORA
subscan
Runtime Modules / Band
Spec Version:
Call Functions
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":679}
SymbolRates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"option<band:BandRate>","keys_id":124,"value_id":771}}
SymbolCheckBlock{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","Vec<U8>"],"value":"Bool","keys_id":773,"value_id":47}}
DynamicFeeParameters{"origin":"PlainType","plain_type":"band:FeeCalculationParameters","PlainTypeValue":535}
Constants
Name
Type
Value
GetBandRateStalePeriodU64e093040000000000
GetBandRateStaleBlockPeriodU3258020000
MaxRelaySymbolsU3264000000
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.
DynamicFeeCalculationErrorError during dynamic fee calculation
InvalidDynamicFeeParametersDynamic fee parameters are invalid,