SuiRequestDevInspectTransactionBlock class

Runs the transaction in dev-inspect mode. Which allows for nearly any transaction (or Move call) with any arguments. Detailed results are provided, including both the transaction effects and any return values. sui documation

Inheritance

Constructors

SuiRequestDevInspectTransactionBlock.new({required SuiAddress sender, required String txBytes, String? gasPrice, String? epoch, SuiApiDevInspectArgs? additionalArgs})
const

Properties

additionalArgs SuiApiDevInspectArgs?
Additional arguments including gas_budget, gas_objects, gas_sponsor and skip_checks.
final
epoch String?
The epoch to perform the call. Will be set from the system state object if not provided
final
gasPrice String?
Gas is not charged, but gas usage is still calculated. Default to use reference gas price
final
hashCode int
The hash code for this object.
no setterinherited
method String
The Sui method associated with the request.
no setteroverride
pagination SuiApiRequestPagination?
finalinherited
requestType → RequestServiceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender SuiAddress
final
txBytes String
BCS encoded TransactionKind(as opposed to TransactionData, which include gasBudget and gasPrice)
final

Methods

buildRequest(int requestID) SuiRequestDetails
Converts the request parameters to a SuiRequestDetails object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) SuiApiDevInspectResult
override
toJson() List
Converts the request parameters to a JSON representation.
override
toString() String
A string representation of this object.
inherited

Operators

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