Module ic_agent::agent::status[][src]

Structs

The structure returned by [ic_agent::Agent::status], containing the information returned by the status endpoint of a replica.

Enums

Value returned by the status endpoint of a replica. This is a loose mapping to CBOR values. Because the agent should not return serde_cbor::Value directly across API boundaries, we reimplement it as Value here.