TransactionIdHeight constructor

TransactionIdHeight(
  1. String transactionId,
  2. int height
)

Implementation

TransactionIdHeight(this.transactionId, this.height);