[][src]Module casperlabs_contract::contract_api

Contains support for writing smart contracts.

Modules

account

Functions for managing accounts.

runtime

Functions for interacting with the current runtime.

storage

Functions for accessing and mutating local and global state.

system

Functions for interacting with the system contracts.

Structs

TURef

A typed URef, i.e. one containing type information about the corresponding value referenced in global state.