EthereumRequestSendRawTransaction constructor

EthereumRequestSendRawTransaction({
  1. required String transaction,
})

Implementation

EthereumRequestSendRawTransaction({required this.transaction});