Type Alias solana_client::rpc_response::RpcResult
source · pub type RpcResult<T> = Result<Response<T>, Error>;
Aliased Type§
enum RpcResult<T> {
// some variants omitted
}
pub type RpcResult<T> = Result<Response<T>, Error>;
enum RpcResult<T> {
// some variants omitted
}