Structs§
- Contract
Declaration - Represents a declaration of a contract.
- Contract
Info - Sierra information of a contract.
Functions§
- find_
contracts - Finds the inline modules annotated as contracts in the given crate_ids and returns the corresponding ContractDeclarations.
- get_
contract_ abi_ functions - Returns the ABI functions of a given contract. Assumes the given module is a contract module.
- get_
contracts_ info - Returns the list of functions in a given module.
- get_
selector_ and_ sierra_ function - Converts a function to a Sierra function. Returns the selector and the sierra function id.
- module_
contract - Returns the contract declaration of a given module if it is a contract module.