摘要:
tact中的map结构: struct RoundInfo { // Purchase records quotient: map<Int as uint32, BuyInfo>; // key is sequence number // Order anti-duplication records 阅读全文
摘要:
在区块链中,“Roll Up”是一种扩展解决方案,它通过将多个交易打包(或“卷起”)到一个单一的交易中,从而减少链上数据的处理量。Roll Up 的主要优点是提高交易吞吐量和降低手续费,同时仍然保持安全性和去中心化。 Roll Up 分为两种主要类型: ZK-Rollup:使用零知识证明来验证交易的 阅读全文