- Mastering Ethereum
- Merunas Grincalaitis
- 30字
- 2021-06-24 15:01:05
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;
};
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;
};