Available on crate feature
ticket
only.Expand description
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
Ticket - A token containing information for establishing a connection to a node.
Enums§
- Error
- An error deserializing an iroh ticket.
Traits§
- Ticket
- A ticket is a serializable object combining information required for an operation.