Functions§
- compress
- decompress
- deserialize
- estimate_
chunks - find_
tape_ account - get_
account - Fetches an account by address and returns its serialized data.
- get_
archive_ account - get_
block_ by_ number - Fetches a block by slot number with retry logic, using the specified transaction details.
- get_
block_ height - Fetches the latest confirmed block height with retry logic.
- get_
blocks_ with_ limit - Fetches a list of confirmed slots starting from
start_slot
with alimit
, using retry logic. - get_
epoch_ account - get_
latest_ blockhash - Fetches the latest blockhash and returns it serialized.
- get_
miner_ account - get_
program_ account - Fetches program accounts with the given configuration.
- get_
signatures_ for_ address - Fetches transaction signatures for an address with the given configuration, with retry logic.
- get_
slot - Fetches the current slot with retry logic.
- get_
spool_ account - get_
tape_ account - get_
transaction - Fetches a transaction by signature, returning its serialized data.
- get_
transaction_ with_ retry - Fetches a transaction with retry logic, returning the deserialized transaction.
- get_
writer_ account - retry
- Generic retry function for asynchronous operations with exponential backoff.
- rpc_
tx_ config - Returns the default transaction configuration for RPC calls.
- send
- Sends a transaction and returns its signature.
- send_
and_ confirm - Sends and confirms a transaction, returning its signature.
- send_
and_ confirm_ transaction - Sends and confirms a transaction, returning its serialized signature.
- send_
transaction - Sends a transaction and returns its serialized signature.
- send_
with_ retry - Sends a transaction with retry logic, returning its signature.
- serialize
- with_
logs - Handles transaction simulation logs for failed transactions.