Expand description
Data structures for the Casper Contract Schema.
Structs§
- Argument
- Entrypoint’s argument definition.
- Call
Method - Call method definition.
- Contract
Schema - Contract definition.
- Entrypoint
- Entrypoint definition.
- Enum
Variant - Enum variant definition.
- Event
- Event definition.
- Struct
Member - Struct member definition.
- Type
- Type definition.
- Type
Name - Custom type name definition.
- User
Error - User error definition.
Enums§
- Access
- Access control definition.
- Custom
Type - Custom type definition. It covers structs and enums.
- NamedCL
Type - CLType representation. It is slight extension of the original CLType enum.
Instead of
Any
variant, it usesCustom
variant to represent custom types, that can have name.