1pub type SolanaRpcClient = solana_client::nonblocking::rpc_client::RpcClient; 2pub type AnyResult<T> = anyhow::Result<T>;