Transaction simulation
Transaction simulation is the execution of a proposed transaction against a node's current state to preview its outcome without submitting it to the network.
Simulation answers 'what would this transaction do' before any gas is spent or state changed. It replays the call against current chain state and returns the balance changes, emitted events and whether it would succeed or revert. This is essential for catching a failing swap, an unexpected token approval or a drained transfer. Our tx primitives include a simulate step between build and broadcast, so a non-custodial application can show the user exactly what will happen — decoded — and only then have them sign and broadcast.
相关术语
另见
把概念变成一次 API 调用
这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。
获取 API 密钥