referrerpolicy=no-referrer-when-downgrade
pallet_broker

Type Alias ContributionRecordOf

Source
pub type ContributionRecordOf<T> = ContributionRecord<<T as SConfig>::AccountId>;

Aliased Type§

struct ContributionRecordOf<T> {
    pub length: u32,
    pub payee: <T as Config>::AccountId,
}

Fields§

§length: u32

The end of the Region contributed.

§payee: <T as Config>::AccountId

The identity of the contributor.