pub type ContributorData<T> = (<T as Config>::RelayChainAccountId, Option<<T as Config>::AccountId>, BalanceOf<T>);
Expand description
Type alias for contributor data: (relay_account, optional_native_account, reward)
pub type ContributorData<T> = (<T as Config>::RelayChainAccountId, Option<<T as Config>::AccountId>, BalanceOf<T>);
Type alias for contributor data: (relay_account, optional_native_account, reward)