kobe-client 0.2.0

Rust client library for Kobe APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod client;
pub mod client_builder;
pub mod config;
pub mod error;
pub mod staker_reward;
pub mod types;

/// Default base URL for mainnet Kobe API
pub const MAINNET_BASE_URL: &str = "https://kobe.mainnet.jito.network";

/// Default base URL for testnet Kobe API
pub const TESTNET_BASE_URL: &str = "https://kobe.testnet.jito.network";

/// API version
pub const API_VERSION: &str = "v1";