Package org.stellar.sdk.xdr
Class ClaimableBalanceEntryExtensionV1
java.lang.Object
org.stellar.sdk.xdr.ClaimableBalanceEntryExtensionV1
-
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, ClaimableBalanceEntryExtensionV1 encodedClaimableBalanceEntryExtensionV1) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getExt()getFlags()inthashCode()voidvoidbyte[]
-
Constructor Details
-
ClaimableBalanceEntryExtensionV1
public ClaimableBalanceEntryExtensionV1()
-
-
Method Details
-
getExt
-
setExt
-
getFlags
-
setFlags
-
encode
public static void encode(XdrDataOutputStream stream, ClaimableBalanceEntryExtensionV1 encodedClaimableBalanceEntryExtensionV1) 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
-