Class ContractTemplate.IntParameterValue

java.lang.Object
com.algorand.algosdk.templates.ContractTemplate.IntParameterValue
Enclosing class:
ContractTemplate

public static class ContractTemplate.IntParameterValue
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    IntParameterValue​(int offset, int value)  
  • Method Summary

    Modifier and Type Method Description
    int getOffset()  
    int placeholderSize()  
    byte[] toBytes()  

    Methods inherited from class java.lang.Object

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

    • IntParameterValue

      public IntParameterValue​(int offset, int value)
  • Method Details

    • placeholderSize

      public int placeholderSize()
    • toBytes

      public byte[] toBytes()
    • getOffset

      public int getOffset()