View Source DiodeClient.Ticket (Diode Client v1.0.1)

Link to this section Summary

Link to this section Types

Specs

ticket() ::
  {:ticket, server_id :: binary(), block_number :: integer(),
   block_hash :: binary(), fleet_contract :: binary(),
   total_connections :: integer(), total_bytes :: integer(),
   local_address :: binary(),
   device_signature :: DiodeClient.Secp256k1.signature(),
   server_signature :: DiodeClient.Secp256k1.signature() | nil}

Link to this section Functions