Module casper_types::system[][src]

System modules, formerly known as “system contracts”

Modules

auction

Contains implementation of a Auction contract functionality.

handle_payment

Contains implementation of a Handle Payment contract functionality.

mint

Contains implementation of a Mint contract functionality.

standard_payment

Contains implementation of a standard payment contract implementation.

Enums

Error

An aggregate enum error with variants for each system contract’s error.

SystemContractType

System contract types.

Constants

AUCTION

Name of auction system contract

HANDLE_PAYMENT

Name of handle payment system contract

MINT

Name of mint system contract

STANDARD_PAYMENT

Name of standard payment system contract