v1EthSendRawTransactionResult constructor
const
v1EthSendRawTransactionResult({
- required String transactionHash,
Implementation
const v1EthSendRawTransactionResult({
required this.transactionHash,
});