TEthSendRawTransactionResponse constructor

const TEthSendRawTransactionResponse({
  1. required v1Activity activity,
  2. v1EthSendRawTransactionResult? result,
})

Implementation

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