Package org.stellar.sdk.xdr
Class ClaimableBalanceEntry
java.lang.Object
org.stellar.sdk.xdr.ClaimableBalanceEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimableBalanceEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimableBalanceEntry encodedClaimableBalanceEntry) booleanstatic ClaimableBalanceEntryfromXdrBase64(String xdr) static ClaimableBalanceEntryfromXdrByteArray(byte[] xdr) getAsset()Claimant[]getExt()inthashCode()voidvoidvoidsetBalanceID(ClaimableBalanceID value) voidsetClaimants(Claimant[] value) voidbyte[]
-
Constructor Details
-
ClaimableBalanceEntry
public ClaimableBalanceEntry()
-
-
Method Details
-
getBalanceID
-
setBalanceID
-
getClaimants
-
setClaimants
-
getAsset
-
setAsset
-
getAmount
-
setAmount
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, ClaimableBalanceEntry encodedClaimableBalanceEntry) 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
-