solana/solana_jsonrpc/src/jsonrpc/client library
Imports
Classes
-
Client<
R> - JSON RPC Client
Typedefs
-
JsonRpcClientDecoder<
T> = Converter< T, FutureOr> - Converts a JSON RPC response of type T to JSON.
-
JsonRpcClientEncoder
= Converter<
Object, FutureOr< List< >int> > - Types
-
JsonRpcResponseDecoder<
S, T> = T Function(S input) - Converts a JSON object to type T, where T is a JsonRpcResponse or list of JsonRpcResponses.