Crate jito_client

Crate jito_client 

Source

Re-exports§

pub use load_balancer;
pub use reqwest;
pub use serde_json;

Structs§

BundleResult
Represents the result of querying bundle statuses.
BundleStatus
HeaderMap
A set of HTTP headers
InflightBundleResult
InflightBundleStatus
Represents in-flight bundle status.
JitoClient
Jito client for sending transactions and bundles.
JitoClientBuilder
Builder for configuring and creating a JitoClient.
JitoClientOnce
JitoTip
Represents Jito tip data.
Proxy
Configuration of a proxy that a Client should pass requests to.
StatusCode
An HTTP status code (status-code in 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)