SuiRequestDryRunTransactionBlock class
Return transaction execution effects including the gas cost summary, while the effects are not committed to the chain. sui documation
- Inheritance
- 
    - Object
- BaseServiceRequest<SuiApiDryRunTransactionBlockResponse, Map< String, dynamic> , SuiRequestDetails>
- SuiRequest<SuiApiDryRunTransactionBlockResponse, Map< String, dynamic> >
- SuiRequestDryRunTransactionBlock
 
Constructors
- SuiRequestDryRunTransactionBlock({required String txBytes})
- 
          
            const
Properties
- 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
- txBytes → String
- 
  
  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) → SuiApiDryRunTransactionBlockResponse
- 
  
  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