EndpointTicket

A token containing information for establishing a connection to an endpoint.

This allows establishing a connection to the endpoint in most circumstances where it is possible to do so. It is a single item that can be easily serialized and deserialized to/from a base32 string.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun endpointAddr(): EndpointAddr

The `EndpointAddr` embedded in this ticket.

Link copied to clipboard
open override fun toString(): String