Macros
This crate provides a collection of macros that streamline and simplify development with the library.
To use them, you need to add the openzeppelin_macros
crate as a dependency in your Scarb.toml
file:
[dependencies]
openzeppelin_macros = "2.0.0-alpha.1"