Re-exports§
pub use load_balancer;pub use reqwest;pub use serde_json;
Structs§
- Bundle
Result - Represents the result of querying bundle statuses.
- Bundle
Status - Header
Map - A set of HTTP headers
- Inflight
Bundle Result - Inflight
Bundle Status - Represents in-flight bundle status.
- Jito
Client - Jito client for sending transactions and bundles.
- Jito
Client Builder - Builder for configuring and creating a
JitoClient. - Jito
Client Once - JitoTip
- Represents Jito tip data.
- Proxy
- Configuration of a proxy that a
Clientshould pass requests to. - Status
Code - An HTTP status code (
status-codein RFC 9110 et al.).
Functions§
- get_
bundle_ statuses - Fetches statuses of multiple bundles.
- get_
if_ addrs - Get a list of all the network interfaces on this machine along with their IP info.
- get_
inflight_ bundle_ statuses - Fetches statuses of in-flight bundles.
- get_
ip_ list - Get all non-loopback IP addresses of the machine.
- get_
ipv4_ list - Get all non-loopback IPv4 addresses of the machine.
- get_
ipv6_ list - Get all non-loopback IPv6 addresses of the machine.
- get_
jito_ tip - Fetches the current Jito tip from the public API.
- serialize_
tx - serialize_
tx_ checked - serialize_
tx_ vec - serialize_
tx_ vec_ checked - test_
all_ ip - test_
all_ ipv4 - test_
all_ ipv6 - test_ip
Type Aliases§
- Entry
- (url, client, ip)