TxSenderData constructor

TxSenderData(
  1. String? address,
  2. String? pubKey
)

Implementation

TxSenderData(this.address, this.pubKey);