发表评论取消回复
相关阅读
相关 区块链学堂(29):Modifiers
> Modifiers can be used to easily change the behaviour of functions, for example to auto
相关 区块链学堂(27):Mapping 类型
> Mapping types are declared as mapping(`_KeyType => _ValueType`). Here `_KeyType` can b
相关 区块链学堂(24):Struct类型
Struct类型定义 例如定义一个struct类型的Person struct Person { string name; ui
相关 区块链学堂(25):Address类型
Address类型 > address: Holds a 20 byte value (size of an Ethereum address). Address typ
相关 区块链学堂(23):Enum数据类型
Enums类型的官方定义 > Enums are one way to create a user-defined type in Solidity. They are ex
相关 区块链学堂(22):String 数组类型
String类型的官方定义 > String literals are written with either double or single-quotes (“foo”
相关 区块链学堂(15):Mist
回顾一下之前用Geth搭建的私有网络 创建链条的geth命令 geth --datadir "./" init genesis.json geth --
相关 区块链学堂(1):区块链引子
写在前面的话: 相信正在看这篇文章的读者一定已经听说过区块链了,并且也相信区块链是一项前景美妙,甚至是颠覆性的技术。但是也许同时也会感到困惑,对于区块链虽然有一些大致概念,但
相关 区块链学堂(20):Int类型
Int类型官方介绍 > int / uint: Signed and unsigned integers of various sizes. Keywords uint8
还没有评论,来说两句吧...