Class Context.ChainState

java.lang.Object
convex.core.lang.Context.ChainState
Enclosing class:
Context

protected static final class Context.ChainState extends Object
Inner class for less-frequently changing CVM state related to Actor execution Should save some allocation / GC on average, since it will change less frequently than the surrounding Context and can be cheaply copied by reference. SECURITY: security critical, since it determines the current *address* and *caller* which in turn controls access to most account resources and rights.