TEthSendTransactionResponse constructor

const TEthSendTransactionResponse({
  1. required v1Activity activity,
  2. v1EthSendTransactionResult? result,
})

Implementation

const TEthSendTransactionResponse({required this.activity, this.result,});