java.lang.Object
com.kryptokrauts.aeternity.sdk.domain.sophia.SophiaType
com.kryptokrauts.aeternity.sdk.domain.sophia.SophiaTuple

public class SophiaTuple
extends SophiaType
  • Constructor Summary

    Constructors
    Constructor Description
    SophiaTuple​(java.util.List<java.lang.Object> tupleValues)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCompilerValue()  
    java.util.List<java.lang.Object> getTupleValues()  

    Methods inherited from class java.lang.Object

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

    • SophiaTuple

      public SophiaTuple​(java.util.List<java.lang.Object> tupleValues)
  • Method Details

    • getTupleValues

      public java.util.List<java.lang.Object> getTupleValues()
    • getCompilerValue

      public java.lang.String getCompilerValue()
      Specified by:
      getCompilerValue in class SophiaType
      Returns:
      the string-representation of the Sophia type that needs to be provided to the compiler