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§

Enums§

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