DryRunTransactionBlock

data class DryRunTransactionBlock(val error: String?, val transaction: DryRunTransactionBlockQuery.Transaction?)

Constructors

Link copied to clipboard
constructor(error: String?, transaction: DryRunTransactionBlockQuery.Transaction?)

Properties

Link copied to clipboard

The error that occurred during dry run execution, if any.

Link copied to clipboard

The transaction block representing the dry run execution.