Package org.stellar.sdk.xdr
Class TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
java.lang.Object
org.stellar.sdk.xdr.TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1
- Enclosing class:
TrustLineEntry.TrustLineEntryExt
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1 encodedTrustLineEntryV1) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidvoidsetLiabilities(Liabilities value) byte[]
-
Constructor Details
-
TrustLineEntryV1
public TrustLineEntryV1()
-
-
Method Details
-
getLiabilities
-
setLiabilities
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1 encodedTrustLineEntryV1) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1 decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1 fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static TrustLineEntry.TrustLineEntryExt.TrustLineEntryV1 fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-