节点在哪里检查交易的支持链?

Where does the node check the supporting chain for the transaction?

节点何时何地检查交易的后链?

当然,节点在验证交易时会这样做。当您查看 TransactionBuilder.verify 时,它 看起来像 它只查看 "current" 交易,而不是导致当前交易中输入状态的历史交易.

只要您收到 stateref 或交易,这就很方便。

ResolveTransactionFlow 为它找到的每笔交易调用 verify - 这是为交易获取回链的流程