Expand description
Base types and utilities for Iroh
Modules§
- ticket
ticket
- Tickets is a serializable object combining information required for an operation. Typically tickets contain all information required for an operation, e.g. an iroh blob ticket would contain the hash of the data as well as information about how to reach the provider.
Structs§
- Node
Addr key
- Network-level addressing information for an iroh node.
- Public
Key key
- A public key.
- Relay
Url relay
- A URL identifying a relay server.
- Relay
UrlParse Error relay
- Can occur when parsing a string into a
RelayUrl
. - Secret
Key key
- A secret key.
- Signature
key
- Ed25519 signature.
Enums§
- KeyParsing
Error key
- Error when deserialising a
PublicKey
or aSecretKey
.
Type Aliases§
- NodeId
key
- The identifier for a node in the (iroh) network.