Class Logic.VarintResult

java.lang.Object
com.algorand.algosdk.logic.Logic.VarintResult
Enclosing class:
Logic

public static class Logic.VarintResult
extends java.lang.Object
Metadata related to a varint parsed from teal program data.
  • Field Summary

    Fields
    Modifier and Type Field Description
    int length  
    int value  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      public final int value
    • length

      public final int length