DnaSendTransactionResponse constructor
DnaSendTransactionResponse({
- String jsonrpc,
- int id,
- String result,
- DnaSendTransactionResponseError error,
Implementation
DnaSendTransactionResponse({
this.jsonrpc,
this.id,
this.result,
this.error,
});