Package org.stellar.sdk
Class MemoReturnHash
java.lang.Object
org.stellar.sdk.Memo
org.stellar.sdk.MemoReturnHash
Represents MEMO_RETURN.
-
Constructor Details
-
MemoReturnHash
public MemoReturnHash(byte[] bytes) -
MemoReturnHash
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getHexValue
Returns hex representation of bytes contained in this memo.Example:
MemoHash memo = new MemoHash("e98869bba8bce08c10b78406202127f3888c25454cd37b02600862452751f526"); memo.getHexValue(); // e98869bba8bce08c10b78406202127f3888c25454cd37b02600862452751f526
-
toString
-
getBytes
public byte @NonNull [] getBytes()32 bytes long array contained in this memo.
-