Crate reown_relay_client

Source

Re-exports§

pub use crate::error::ClientError;
pub use crate::error::RequestBuildError;
pub use reown_relay_rpc as rpc;

Modules§

error
websocket

Structs§

ConnectionOptions
Relay connection options.
MessageIdGenerator
Generates unique message IDs for use in RPC requests. Uses 56 bits for the timestamp with millisecond precision, with the last 8 bits from a monotonic counter. Capable of producing up to 256000 unique values per second.

Enums§

Authorization
Relay authorization method. A wrapper around SerializedAuthToken.

Type Aliases§

HttpRequest