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
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
maxFee int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
signatures List<String>
read / write

Methods

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

Operators

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