SimulateTransactionResponse class Null safety

Response that will be received when submitting a trial contract invocation.

Inheritance

Constructors

SimulateTransactionResponse(Map<String, dynamic> jsonResponse)
SimulateTransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

cost Cost?
Information about the fees expected, instructions used, etc.
read / write
error SorobanRpcErrorResponse?
read / write, inherited
footprint Footprint?
Footprint containing the ledger keys expected to be written by this transaction
read / write
hashCode int
The hash code for this object.
read-only, inherited
jsonResponse Map<String, dynamic>
read / write, inherited
latestLedger String?
Stringified-number of the current latest ledger observed by the node when this response was generated.
read / write
resultError String?
Error within the result if an error occurs.
read / write
results List<TransactionStatusResult>?
If error is present then results will not be in the response
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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