sendDRTransaction method
Implementation
Future<dynamic> sendDRTransaction(DRTransaction drTransaction) async {
return await inventory({
'transaction': {'DataRequest': drTransaction.jsonMap(asHex: false)}
});
}
Future<dynamic> sendDRTransaction(DRTransaction drTransaction) async {
return await inventory({
'transaction': {'DataRequest': drTransaction.jsonMap(asHex: false)}
});
}