Package org.stellar.sdk.xdr
Class TrustLineEntryExtensionV2
java.lang.Object
org.stellar.sdk.xdr.TrustLineEntryExtensionV2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TrustLineEntryExtensionV2decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TrustLineEntryExtensionV2 encodedTrustLineEntryExtensionV2) booleanstatic TrustLineEntryExtensionV2fromXdrBase64(String xdr) static TrustLineEntryExtensionV2fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidvoidsetLiquidityPoolUseCount(Int32 value) byte[]
-
Constructor Details
-
TrustLineEntryExtensionV2
public TrustLineEntryExtensionV2()
-
-
Method Details
-
getLiquidityPoolUseCount
-
setLiquidityPoolUseCount
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, TrustLineEntryExtensionV2 encodedTrustLineEntryExtensionV2) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-