ReplicaPublicKeySet

Type Alias ReplicaPublicKeySet 

Source
pub type ReplicaPublicKeySet = PublicKeySet;
Expand description

Public Key Set for a group of transfer replicas.

Aliased Type§

pub struct ReplicaPublicKeySet { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<QueryResponse> for ReplicaPublicKeySet

Source§

type Error = TryFromError

The type returned in the event of a conversion error.
Source§

fn try_from(response: QueryResponse) -> Result<Self, Self::Error>

Performs the conversion.