Module ic_agent::identity [−][src]
Types and traits dealing with identity across the Internet Computer.
Structs
| AnonymousIdentity | |
| BasicIdentity | A Basic Identity which sign using an ED25519 key pair. |
| Secp256k1Identity | |
| Signature |
Enums
| PemError | An error happened while reading a PEM file. |
Traits
| Identity | An Identity takes a request id and returns the Signature. Since it also knows about the Principal of the sender. |