Module ic_agent::agent[][src]

The main Agent module. Contains the Agent type and all associated structures.

Modules

status

Structs

Agent

A low level Agent to make calls to a Replica endpoint.

AgentBuilder
AgentConfig

A configuration for an agent.

HttpErrorPayload
NonceFactory

A Factory for nonce blobs.

QueryBuilder

A Query Request Builder.

UpdateBuilder

An Update Request Builder.

Enums

AgentError
Replied
RequestStatusResponse

The response of /api/v1/read with “request_status” request type.

Traits

PasswordManager

Implemented by the Agent environment to cache and update an HTTP Auth password. It returns a tuple of (username, password).