Skip to main content

Crate ab_contract_file

Crate ab_contract_file 

Source
Expand description

Utilities for working with contract files

Modules§

contract_instruction_prototype

Structs§

ContractFile
A container for a parsed contract file
ContractFileHeader
Header of the contract file
ContractFileMethod
ContractFileMethodMetadata
Metadata about each method of the contract that can be called from the outside

Enums§

ContractFileParseError
Error for ContractFile::parse()

Constants§

CONTRACT_FILE_MAGIC
Magic bytes at the beginning of the file

Type Aliases§

ContractInstruction
An instruction type used by contracts
ContractRegister
A register type used by contracts