SendTransactionResponse class Null safety
Response when submitting a real transaction to the stellar network.
- Inheritance
-
- Object
- SorobanRpcResponse
- SendTransactionResponse
Constructors
-
SendTransactionResponse(Map<
String, dynamic> jsonResponse) -
SendTransactionResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- error ↔ SorobanRpcErrorResponse?
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
jsonResponse
↔ Map<
String, dynamic> -
read / write, inherited
- resultError ↔ TransactionStatusError?
-
(optional) If the transaction was rejected immediately,
this will be an error object.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status ↔ String?
-
The current status of the transaction by hash, one of: pending, success, error
read / write
- transactionId ↔ String?
-
The transaction hash (in an hex-encoded string), and the initial
transaction status, ("pending" or something)
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