pub type Delegation = Delegation<Vec<u8>>;
Expand description
A Delegation
as defined in https://internetcomputer.org/docs/current/references/ic-interface-spec/#certification-delegation
Aliased Type§
struct Delegation {
pub subnet_id: Vec<u8>,
pub certificate: Vec<u8>,
}
Fields§
§subnet_id: Vec<u8>
§certificate: Vec<u8>