Type Alias pallet_broker::RegionRecordOf
source · pub type RegionRecordOf<T> = RegionRecord<<T as SConfig>::AccountId, BalanceOf<T>>;
Aliased Type§
struct RegionRecordOf<T> {
pub end: u32,
pub owner: Option<<T as Config>::AccountId>,
pub paid: Option<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>,
}
Fields§
§end: u32
The end of the Region.
owner: Option<<T as Config>::AccountId>
The owner of the Region.
paid: Option<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>
The amount paid to Polkadot for this Region, or None
if renewal is not allowed.