Package org.stellar.sdk.xdr
Class ClaimableBalanceEntry.ClaimableBalanceEntryExt
java.lang.Object
org.stellar.sdk.xdr.ClaimableBalanceEntry.ClaimableBalanceEntryExt
- Enclosing class:
ClaimableBalanceEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimableBalanceEntry.ClaimableBalanceEntryExt encodedClaimableBalanceEntryExt) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(Integer value) voidbyte[]
-
Constructor Details
-
ClaimableBalanceEntryExt
public ClaimableBalanceEntryExt()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV1
-
setV1
-
encode
public static void encode(XdrDataOutputStream stream, ClaimableBalanceEntry.ClaimableBalanceEntryExt encodedClaimableBalanceEntryExt) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-