Re-exports§
pub use crate::error::ClientError;pub use crate::error::RequestBuildError;pub use reown_relay_rpc as rpc;
Modules§
Structs§
- Connection
Options - Relay connection options.
- Message
IdGenerator - 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
256000unique values per second.
Enums§
- Authorization
- Relay authorization method. A wrapper around
SerializedAuthToken.