dash_sdk::query_types

Type Alias IdentityPublicKeys

pub type IdentityPublicKeys = IndexMap<u32, Option<IdentityPublicKey>>;
Expand description

Public keys belonging to some identity.

Map of key IDs to the public key.

Aliased Typeยง

struct IdentityPublicKeys { /* private fields */ }