menu
walletconnect_dart package
documentation
walletconnect_dart.dart
JsonRpcResponse
JsonRpcResponse constructor
JsonRpcResponse constructor
dark_mode
light_mode
JsonRpcResponse
constructor
JsonRpcResponse
(
{
required
int
id
,
String
jsonrpc
=
'2.0'
,
dynamic
result
,
dynamic
error
,
})
Implementation
JsonRpcResponse({ required this.id, this.jsonrpc = '2.0', this.result, this.error, });
walletconnect_dart package
documentation
walletconnect_dart
JsonRpcResponse
JsonRpcResponse constructor
JsonRpcResponse class