pub type VcaRewards = HashMap<VeteranAdvisorId, VeteranAdvisorIncentive>;

Aliased Type§

struct VcaRewards {
    base: HashMap<String, VeteranAdvisorIncentive, RandomState, Global>,
}

Fields§

§base: HashMap<String, VeteranAdvisorIncentive, RandomState, Global>