在Ride4dApps中,充提款dApp(Waves中的例子IDE)是如何处理延迟问题的?

In Ride4dApps, how does the deposit and withdraw dApp(the example in Waves IDE) handle the delay issue?

他们似乎是一个延迟写入密钥和转移资产,这意味着可以操纵存款功能如果有人存款然后立即从调用帐户中提取资金怎么办 dApp 仍会写入指定金额的记录?

ScriptResult(WriteSet(), TransferSet())是交易总离不开的结果。所有交易都严格逐一处理。所以这样的问题永远不会发生。