Files
sol-trade-sdk/src/common/types.rs
T

3 lines
121 B
Rust
Raw Normal View History

2025-04-02 13:39:59 +08:00
pub type SolanaRpcClient = solana_client::nonblocking::rpc_client::RpcClient;
pub type AnyResult<T> = anyhow::Result<T>;