dash_sdk::query_types

Type Alias ResourceVotesByIdentity

pub type ResourceVotesByIdentity = IndexMap<Identifier, Option<ResourceVote>>;
Expand description

Votes casted by some identity.

Aliased Typeยง

struct ResourceVotesByIdentity { /* private fields */ }