Class WhitelistingConstants

java.lang.Object
io.hotmoka.whitelisting.WhitelistingConstants

public abstract class WhitelistingConstants extends Object
Constants used in the white-listing algorithm.
  • Field Details

    • DUMMY_NAME

      public static final String DUMMY_NAME
      The name of the class Dummy.
    • RUNTIME_NAME

      public static final String RUNTIME_NAME
      The name of the class io.hotmoka.node.local.internal.runtime.Runtime. This is treated specially in terms of white-listing, since its methods are allowed in instrumented code.
      See Also: