SolTxSignerV2 constructor

SolTxSignerV2(
  1. WalletType wallet,
  2. SolTxDataV2 txData
)

Implementation

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