SimulateTransactionRequest class

Holds the request parameters for simulateTransaction. See: https://soroban.stellar.org/api/methods/simulateTransaction

Constructors

SimulateTransactionRequest(Transaction transaction, {ResourceConfig? resourceConfig})

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceConfig ResourceConfig?
Allows budget instruction leeway used in preflight calculations to be configured If not provided the leeway defaults to 3000000 instructions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction Transaction
The transaction to be submitted.
getter/setter pair

Methods

getRequestArgs() Map<String, dynamic>
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