Type Alias pallet_broker::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.