找到约 15 条结果

文章 以太坊第2层扩容方案:状态通道(State Channels)、Plasma 和 Truebit

...分布式交易的实现,他们在 [这里](https://blog.omisego.network/construction-of-a-plasma-chain-0x1-614f6ebd1612) 发布了最近更新进展信息。 #### [](https://github.com/xitu/gold-miner/blob/master/TODO/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-an...

文章 《Effective Rust》第 7 条:对于复杂的类型,使用构造器

...名*不*需要消费 `self`,因此必须如下所示: ```rust /// Construct a fully built [`Details`] object. /// 生成一个构造完毕的 [`Details`] 对象。 pub fn build(&self) -> Details { // ... } ``` 这个可重复调用的 `build()` 的实现必须在每次被调用...

文章 Unlocking the Future of Blockchain: An In-Depth Analysis of TVM’s Cell and Copy-on-Write Mechanism

> In the rapidly evolving landscape of blockchain technology, smart contracts have emerged as a cornerstone of innovation, enabling the automation of transactions and the creation of decentralized applications. As the industry grows, the focus on the security, performance, and scalability of smart c...