Expand description
Base types and utilities for Iroh
Modules§
- ticket
ticketTickets 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 keyNetwork-level addressing information for an iroh node. - Public
Key keyA public key. - Relay
Url relayA URL identifying a relay server. - Relay
UrlParse Error relayCan occur when parsing a string into aRelayUrl. - Secret
Key keyA secret key. - Signature
keyEd25519 signature. 
Enums§
Type Aliases§
- NodeId
keyThe identifier for a node in the (iroh) network.