Expand description
Export of relevant types for easier integration.
Structs§
- Address
- Represents an Ethereum address
- Chain
Keypair - Represents a keypair consisting of a secp256k1 private and public key
- Connected
UdpStream - Mimics TCP-like stream functionality on a UDP socket by restricting it to a single
counterparty and implements [
tokio::io::AsyncRead] and [tokio::io::AsyncWrite]. The instance must always be constructed using aUdpStreamBuilder. - Hopr
Keys - Offchain
Keypair - Represents a keypair consisting of an Ed25519 private and public key
- Offchain
Public Key - Represents an Ed25519 public key.
Enums§
- Foreign
Data Mode - Defines what happens when data from another
SocketAddrarrives into theConnectedUdpStream(other than the one that is considered a counterparty for that instance). - UdpStream
Parallelism - Determines how many parallel readers or writer sockets should be bound in
ConnectedUdpStream.
Type Aliases§
- Hash
- Represents an Ethereum 256-bit hash value.