Re-exports

pub use crate::clarity::types::Value;
pub use crate::clarity::representations::ClarityName;
pub use crate::clarity::representations::ContractName;
pub use crate::clarity::representations::SymbolicExpression;
pub use crate::clarity::representations::SymbolicExpressionType;
pub use crate::clarity::contexts::MAX_CONTEXT_DEPTH;

Modules

Structs

Traits

EvalHook defines an interface for hooks to execute during evaluation.

Functions

Do a “consolidated” STX transfer. If the ‘from’ principal has locked STX, and they have unlocked, then process the STX unlock and update its balance in addition to spending tokens out of it.