Skip to main content

3 docs tagged with "functions"

View All Tags

Define Functions

The code generated for Funcs will be able to inspect and modify the smart contract state, whereas the code generated for Views will only be able to inspect the state.

Structured Data Types

You can use structs directly as a type in state storage definitions and the schema tool will automatically generate the proxy code to access it properly.

Use the Schema Tool

The `schema` tool will assist in creating a smart contract as unobtrusively as possible.