Class ApplicationStateOperation


  • public class ApplicationStateOperation
    extends PathResponse
    An operation against an application's global/local/box state.
    • Field Detail

      • appStateType

        public String appStateType
        Type of application state. Value `g` is global state , `l` is local state , `b` is boxes .
      • key

        public byte[] key
      • newValue

        public AvmValue newValue
        Represents an AVM value.
      • operation

        public String operation
        Operation type. Value `w` is write , `d` is delete .
    • Constructor Detail

      • ApplicationStateOperation

        public ApplicationStateOperation()