Crate ab_contract_file

Crate ab_contract_file 

Source
Expand description

Utilities for working with contract files

Structs§

ContractFile
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§

Instruction
An instruction type used by contracts
Register
A register type used by contracts