v1EthSendRawTransactionResult constructor

const v1EthSendRawTransactionResult({
  1. required String transactionHash,
})

Implementation

const v1EthSendRawTransactionResult({
  required  this.transactionHash,
});