onResonse method
Handles the response received from the RPC call.
Implementation
@override
XRPLTransactionResult onResonse(Map<String, dynamic> result) {
return XRPLTransactionResult.fromJson(result);
}
Handles the response received from the RPC call.
@override
XRPLTransactionResult onResonse(Map<String, dynamic> result) {
return XRPLTransactionResult.fromJson(result);
}