Module ic_agent::identity[][src]

Expand description

Types and traits dealing with identity across the Internet Computer.

Structs

A Basic Identity which sign using an ED25519 key pair.

Enums

An error happened while reading a PEM file.

Traits

An Identity takes a request id and returns the Signature. Since it also knows about the Principal of the sender.