Uses of Class
convex.core.lang.Context.ChainState
Packages that use Context.ChainState
-
Uses of Context.ChainState in convex.core.lang
Methods in convex.core.lang that return Context.ChainStateModifier and TypeMethodDescriptionstatic Context.ChainState
Context.ChainState.create
(State state, Address origin, Address caller, Address address, long offer, ACell scope) Context.ChainState.withEnvironment
(AHashMap<Symbol, ACell> newEnvironment, AHashMap<Symbol, AHashMap<ACell, ACell>> newMeta) Context.ChainState.withStateOffer
(State newState, long newOffer) Constructors in convex.core.lang with parameters of type Context.ChainStateModifierConstructorDescriptionprotected
Context
(Context.ChainState chainState, long juice, long juiceLimit, AVector<ACell> localBindings2, ACell result, int depth, AExceptional exception, AVector<AVector<ACell>> log, Context.CompilerState comp)