InnerTransaction constructor Null safety
Constructor creates a InnerTransaction object from hash, signatures and maxFee.
Implementation
InnerTransaction(this.hash, this.signatures, this.maxFee);
Constructor creates a InnerTransaction object from hash, signatures and maxFee.
InnerTransaction(this.hash, this.signatures, this.maxFee);