Crate casper_contract_schema

Source
Expand description

Data structures for the Casper Contract Schema.

Structs§

Argument
Entrypoint’s argument definition.
CallMethod
Call method definition.
ContractSchema
Contract definition.
Entrypoint
Entrypoint definition.
EnumVariant
Enum variant definition.
Event
Event definition.
StructMember
Struct member definition.
Type
Type definition.
TypeName
Custom type name definition.
UserError
User error definition.

Enums§

Access
Access control definition.
CustomType
Custom type definition. It covers structs and enums.
NamedCLType
CLType representation. It is slight extension of the original CLType enum. Instead of Any variant, it uses Custom variant to represent custom types, that can have name.