Structs§
- AbiBody
- Core ABI information.
- AbiBorsh
Parameter - Information about a single named Borsh function parameter.
- AbiFunction
- ABI of a single function.
- AbiJson
Parameter - Information about a single named JSON function parameter.
- AbiMetadata
- AbiRoot
- Contract ABI.
- Build
Info
Enums§
- AbiFunction
Kind - Function kind regulates whether this function’s invocation requires a transaction (so-called call functions) or not (view functions).
- AbiFunction
Modifier - Function can have multiple modifiers that can change its semantics.
- AbiParameters
- A list of function parameters sharing the same serialization type.
- AbiType
- Information about a single type (e.g. return type).
Constants§
- SCHEMA_
VERSION - Current version of the ABI schema format.