menu
solana_jsonrpc package
documentation
jsonrpc.dart
JsonRpcResponse<T>
JsonRpcResponse.new const constructor
JsonRpcResponse.new const constructor
dark_mode
light_mode
JsonRpcResponse<
T
>
constructor
const
JsonRpcResponse<
T
>
(
{
required
String
jsonrpc
,
int
?
id
,
})
The interface for a JSON RPC response.
Implementation
const JsonRpcResponse({ required this.jsonrpc, this.id, });
solana_jsonrpc package
documentation
jsonrpc
JsonRpcResponse<T>
JsonRpcResponse.new const constructor
JsonRpcResponse class