Class EntryPointValue


  • public class EntryPointValue
    extends java.lang.Object
    The encapsulated representation of entry points.
    • Constructor Detail

      • EntryPointValue

        public EntryPointValue()
    • Method Detail

      • getV1

        public EntryPoint getV1()
        Entry points to be executed against the V1 Casper VM.
      • getV2

        public EntryPointV2 getV2()
        Entry points to be executed against the V2 Casper VM.
      • setV1

        public void setV1​(EntryPoint v1)
        Entry points to be executed against the V1 Casper VM.
      • setV2

        public void setV2​(EntryPointV2 v2)
        Entry points to be executed against the V2 Casper VM.