InnerTransaction constructor

InnerTransaction(
  1. String hash,
  2. List<String> signatures,
  3. int maxFee
)

Constructor creates a InnerTransaction object from hash, signatures and maxFee.

Implementation

InnerTransaction(this.hash, this.signatures, this.maxFee);