Class ContractTemplate.BytesParameterValue

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

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

    Constructors
    Constructor Description
    BytesParameterValue​(int offset, byte[] value)  
    BytesParameterValue​(int offset, Lease value)  
    BytesParameterValue​(int offset, java.lang.String 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

    • BytesParameterValue

      public BytesParameterValue​(int offset, java.lang.String value)
    • BytesParameterValue

      public BytesParameterValue​(int offset, byte[] value)
    • BytesParameterValue

      public BytesParameterValue​(int offset, Lease value)
  • Method Details

    • placeholderSize

      public int placeholderSize()
    • toBytes

      public byte[] toBytes()
    • getOffset

      public int getOffset()