referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_broker::pallet::RevenueInbox

source ·
pub type RevenueInbox<T> = StorageValue<_GeneratedPrefixForStorageRevenueInbox<T>, OnDemandRevenueRecordOf<T>, OptionQuery>;
Expand description

Received revenue info from the relay chain.

Storage type is [StorageValue] with value type OnDemandRevenueRecordOf < T >.

Aliased Type§

struct RevenueInbox<T>(/* private fields */);