menu
solana_jsonrpc package
documentation
jsonrpc.dart
JsonRpcNotificationResponse<T>
params property
params property
dark_mode
light_mode
params
property
JsonRpcNotification
<
T
>
params
final
A JSON object (
List
or
Map
) of ordered parameter values.
Implementation
final JsonRpcNotification<T> params;
solana_jsonrpc package
documentation
jsonrpc
JsonRpcNotificationResponse<T>
params property
JsonRpcNotificationResponse class