rpc
Category
Auto-generated documentation for the rpc bag.watch functions.
- call Invokes eth_call using the provided transport, target address, and calldata, returning the raw bytes.Scalar#rpc
 - get_balance Queries eth_getBalance to return the Wei-denominated account balance via the configured transport.Table#rpc
 - get_block Retrieves block metadata via eth_getBlockBy* endpoints using the canonical schema.Table#rpc
 - get_code Retrieves deployed EVM bytecode through eth_getCode, yielding NULL for EOAs or pre-deploy addresses.Table#rpc
 - get_logs Streams contract logs via eth_getLogs, decoding topics with human-readable signatures or ABI.Table#rpc
 - read_contract Invokes eth_call with ABI-aware argument encoding and decodes the returned values into structured columns.Table#rpc