SimulateTransaction

data class SimulateTransaction(val error: String?, val effects: DryRunTransactionBlockQuery.Effects?)

Constructors

Link copied to clipboard
constructor(error: String?, effects: DryRunTransactionBlockQuery.Effects?)

Properties

Link copied to clipboard

The predicted effects of the transaction if it were executed.

Link copied to clipboard

Error message if the simulation failed.