pub type VotePlanId = DigestOf<Blake2b256, VotePlan>;
Expand description

the vote plan identifier on the blockchain

Aliased Type§

struct VotePlanId {
    inner: Digest<Blake2b256>,
    marker: PhantomData<VotePlan>,
}

Fields§

§inner: Digest<Blake2b256>§marker: PhantomData<VotePlan>