InnerTransaction class

InnerTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction. The object has three fields: the hash of the inner transaction wrapped by the fee bump transaction, the max fee set in the inner transaction, and the signatures present in the inner transaction envelope.

Constructors

InnerTransaction(String hash, List<String> signatures, int maxFee)
Constructor creates a InnerTransaction object from hash, signatures and maxFee.
InnerTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

hash String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxFee int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures List<String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited