Mastering Ethereum
上QQ阅读APP看书,第一时间看更新

Structs

If you are familiar with JavaScript, you can think of structs as objects with properties and values. A struct looks similar to the following:

struct Example {
propertyOne;
};