Expand description
Code generation library for the zink API
Modulesยง
- contract ๐
- Derive macro for contract storage
- event ๐
- revert ๐
- Revert macro
- selector ๐
- Macro for the function selector.
- storage ๐
- utils ๐
- Utils for bytes conversion.
Macrosยง
Attribute Macrosยง
- external
- Mark the function as an external entry point.
- storage
- Declare on-chain storage
- transient_
storage - Declare transient storage (cleared after each transaction)