Structs§
- Http
Node Client - HTTP JSON-RPC backed Aztec node client.
- LogId
- Identifies a specific log entry within a block.
- Node
Info - Information returned by the Aztec node about its current state.
- Public
Log - A flattened view of a public log for downstream consumers.
- Public
LogBody - The log body as returned by the node.
- Public
LogEntry - A single public log entry returned by the node.
- Public
LogFilter - Filter for querying public logs from the node.
- Public
LogId - Identifier for a public log entry, as returned by the node.
- Public
Logs Response - Response from a public logs query.
- Wait
ForProven Opts - Options for
wait_for_proven. - Wait
Opts - Options controlling
wait_for_txpolling behavior.
Enums§
- TxValidation
Result - Result of validating a transaction against current node state.
Traits§
- Aztec
Node - Public read interface for an Aztec node.
Functions§
- create_
aztec_ node_ client - Create an HTTP JSON-RPC backed Aztec node client.
- wait_
for_ node - Wait for the node to become ready by retrying
get_node_info. - wait_
for_ proven - Wait until the block containing the given receipt is proven on L1.
- wait_
for_ tx - Wait for a transaction to reach a terminal status by polling
get_tx_receipt.