internal
debug

Dry-run transactions on top of a given block. Supports all TXs except GAMetaTx, PayingForTx and OffchainTx. FATE contract-storage reads are metered at the size-proportional (Arcus) gas cost by default. Each repriced storage register read is floored at the currently activated protocol charge, so reported gas is never below the on-chain cost.

post/debug/transactions/dry-run

Request body

topstring

Base58Check encoded tagged hash

tx_eventsboolean

Collect and return on-chain tx events that would result from the call

Response

Dry-run result

tx_eventsTxEvent[]

on-chain tx events

Changes