Crate cairo_lang_starknet_classes

Source
Expand description

Starknet classes definitions.

Starknet is a smart contract platform that enables developers to build and deploy smart contracts on a permissionless Layer 2 network, secured by Ethereum using validity proofs.

Learn more at starkware.io.

Modules§

abi
allowed_libfuncs
casm_contract_class
compiler_version
contract_class
keccak

Enums§

NestedIntList
NestedIntList is either a list of NestedIntList or an integer. E.g., [0, [1, 2], [3, [4]]].