DryRunRequest class

Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.

Annotations
  • @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.kebab)

Constructors

DryRunRequest({List<AccountInformation> accounts = const [], List<Application> applications = const [], int? latestTimestamp, String? protocolVersion, int? round, List<DryRunSource> sources = const [], List<SignedTransaction> transactions = const []})
DryRunRequest.fromJson(Map<String, dynamic> json)
factory

Properties

accounts List<AccountInformation>
final
applications List<Application>
final
hashCode int
The hash code for this object.
no setterinherited
latestTimestamp int?
LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
protocolVersion String?
ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
final
round int?
Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<DryRunSource>
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
transactions List<SignedTransaction>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toMessagePack() Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited