Type Alias ResourceVotesByIdentity
pub type ResourceVotesByIdentity = IndexMap<Identifier, Option<ResourceVote>>;
Expand description
Votes casted by some identity.
Aliased Typeยง
struct ResourceVotesByIdentity { /* private fields */ }
pub type ResourceVotesByIdentity = IndexMap<Identifier, Option<ResourceVote>>;
Votes casted by some identity.
struct ResourceVotesByIdentity { /* private fields */ }