Type Alias AtpSession

Source
pub type AtpSession = Output;
Available on crate feature agent only.
Expand description

Aliased Type§

struct AtpSession {
    pub data: OutputData,
    pub extra_data: Ipld,
}

Fields§

§data: OutputData§extra_data: Ipld