java.lang.Object
com.kryptokrauts.aeternity.sdk.domain.sophia.SophiaType
com.kryptokrauts.aeternity.sdk.domain.sophia.SophiaBytes
Direct Known Subclasses:
SophiaHash, SophiaSignature

public class SophiaBytes
extends SophiaType
  • Constructor Summary

    Constructors
    Constructor Description
    SophiaBytes​(java.lang.String bytes, int size)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCompilerValue()  

    Methods inherited from class java.lang.Object

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

    • SophiaBytes

      public SophiaBytes​(java.lang.String bytes, int size)
  • Method Details

    • 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