Structs§
- Body
Idle Timeout - Per-request override for the client’s idle-body watchdog.
- Checkpoint
Stream Frame - A checkpoint frame with an optional payload and inclusive restart cursor.
- Checkpoint
Stream Request - Request for a resumable checkpoint stream.
- Client
- A gRPC client for the Sui fullnode RPC interface.
- Delegated
Stake - Event
Stream Frame - An event frame with an optional payload and opaque exclusive restart cursor.
- Event
Stream Request - Request for a resumable event stream.
- Headers
Interceptor - Interceptor used to add additional headers to a Request
- Ledger
Stream Config - Polling, retry, buffering, and observability controls for
stream_*operations. - List
Config - Retry and observability controls for finite
list_*operations. - Transaction
Stream Frame - A transaction frame with an optional payload and opaque exclusive restart cursor.
- Transaction
Stream Request - Request for a resumable transaction stream.
Enums§
- Checkpoint
Stream Start - Starting position for a checkpoint stream.
- Delivery
- How a stream follows the ledger.
- Event
Stream Start - Starting position for an event stream.
- Execute
AndWait Error - Error types that can occur when executing a transaction and waiting for checkpoint
- Ledger
Stream Event - Observability events emitted by ledger streams.
- Ledger
Stream Family - The ledger protocol family associated with an observability event.
- Ledger
Stream Operation - The RPC operation associated with an observability event.
- Ledger
Stream Stage - List operations use
List; stream operations use the remaining stages. - List
Event - Observability events emitted by finite List operations.
- Transaction
Stream Start - Starting position for a transaction stream.
Traits§
- Response
Ext - Extension trait used to facilitate retrieval of Sui specific data from responses