FeeBumpTransactionResponse class
FeeBumpTransaction 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 two fields: the hash of the fee bump transaction and the signatures present in the fee bump transaction envelope.
Constructors
-
FeeBumpTransactionResponse(String hash,
List< String> signatures) -
Constructor creates a FeeBumpTransaction object from
hash
andsignatures
. -
FeeBumpTransactionResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hash ↔ String
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- 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