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

contractAuth List<ContractAuth>?
read-only
cost SimulateTransactionCost?
Information about the fees expected, instructions used, etc.
read / write
error SorobanRpcErrorResponse?
read / write, inherited
footprint Footprint?
read-only
hashCode int
The hash code for this object.
read-only, inherited
isErrorResponse bool
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<SimulateTransactionResult>?
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

getContractAuth() List<ContractAuth>?
getFootprint() Footprint?
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