referrerpolicy=no-referrer-when-downgrade

RevenueInbox

Type Alias 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§

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