Skip to main content

Module rpc

Module rpc 

Source

Re-exports§

pub use client::LightClient;
pub use client::RetryConfig;
pub use errors::RpcError;
pub use lut::load_lookup_table;
pub use tx_v1::build_v1_transaction;
pub use tx_v1::default_tx_config;
pub use tx_v1::with_defaults;
pub use tx_v1::DEFAULT_COMPUTE_UNIT_LIMIT;
pub use tx_v1::DEFAULT_LOADED_ACCOUNTS_DATA_SIZE_LIMIT;
pub use tx_v1::MAX_LEGACY_TX_SIZE;
pub use tx_v1::MAX_TX_V1_SIZE;

Modules§

client
errors
get_light_state_tree_infos
indexer
lut
merkle_tree
state
tx_v1
Transaction v1 (SIMD-0385) helpers.

Structs§

LightClientConfig
TransactionConfig
Compute budget configuration for V1 transactions.

Traits§

Rpc