SimulateTransactionResult class

Used as a part of simulate transaction. See: https://soroban.stellar.org/api/methods/simulateTransaction

Constructors

SimulateTransactionResult(String? xdr, List<String>? auth)
SimulateTransactionResult.fromJson(Map<String, dynamic> json)
factory

Properties

auth List<String>?
Per-address authorizations recorded when simulating this operation. (an array of XdrContractAuth serialized base64 strings)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resultValue XdrSCVal?
Only present on success. Return value of the contract call operation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xdr String?
(optional) Only present on success. xdr-encoded return value of the contract call operation.
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