PostTransactionSuccess class

This response means that the transaction was found compliant and signed without being revised.

Inheritance

Constructors

PostTransactionSuccess(String tx, {String? message})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
(optional) A human readable string containing information to pass on to the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tx String
Transaction envelope XDR, base64 encoded. This transaction will have both the original signature(s) from the request as well as one or multiple additional signatures from the issuer.
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