EthTxSigner constructor

EthTxSigner(
  1. WalletType wallet,
  2. EthTxData txData
)

Implementation

EthTxSigner(WalletType wallet, this.txData) : super(wallet: wallet);