Type Alias hdk::prelude::CounterSigningAgents

source ·
pub type CounterSigningAgents = Vec<(HoloHash<Agent>, Vec<Role>)>;
Expand description

Alias for a list of agents and their roles.

Aliased Type§

struct CounterSigningAgents { /* private fields */ }