Class ContractTemplate.AddressParameterValue

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

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

    Constructors
    Constructor Description
    AddressParameterValue​(int offset, byte[] value)  
    AddressParameterValue​(int offset, Address address)  
    AddressParameterValue​(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

    • AddressParameterValue

      public AddressParameterValue​(int offset, java.lang.String value) throws java.security.NoSuchAlgorithmException
      Throws:
      java.security.NoSuchAlgorithmException
    • AddressParameterValue

      public AddressParameterValue​(int offset, Address address) throws java.security.NoSuchAlgorithmException
      Throws:
      java.security.NoSuchAlgorithmException
    • AddressParameterValue

      public AddressParameterValue​(int offset, byte[] value) throws java.security.NoSuchAlgorithmException
      Throws:
      java.security.NoSuchAlgorithmException
  • Method Details

    • placeholderSize

      public int placeholderSize()
    • toBytes

      public byte[] toBytes()
    • getOffset

      public int getOffset()