openzeppelin_introspection 0.19.0
OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts-cairo/0.19.0/api/introspection
This crate handles type introspection of contracts. In other words, it examines which functions can be called on a given contract. This is referred to as the contract's interface.
Version 0.19.0
Uploaded 1 week ago
Size 3.0 KB
Run the following command in your project dir
scarb add openzeppelin_introspection@0.19.0
Or add the following line to your Scarb.toml
openzeppelin_introspection = "0.19.0"
Repository github.com/OpenZeppelin/cairo-contracts
Documentation docs.openzeppelin.com/contracts-cairo