Module clarity_repl::clarity::contexts[][src]

Structs

AssetMap

The AssetMap is used to track which assets have been transfered from whom during the execution of a transaction.

CallStack
ContractContext
Environment
EventBatch
GlobalContext

GlobalContext represents the outermost context for a single transaction’s execution. It tracks an asset changes that occurred during the processing of the transaction, whether or not the current context is read_only, and is responsible for committing/rolling-back transactions as they error or abort.

LocalContext
OwnedEnvironment

Enums

AssetMapEntry

Constants

MAX_CONTEXT_DEPTH
TRANSIENT_CONTRACT_NAME

Type Definitions

StackTrace