Package org.stellar.sdk.xdr
Class Claimant.ClaimantV0
java.lang.Object
org.stellar.sdk.xdr.Claimant.ClaimantV0
- Enclosing class:
Claimant
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Claimant.ClaimantV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Claimant.ClaimantV0 encodedClaimantV0) booleanstatic Claimant.ClaimantV0fromXdrBase64(String xdr) static Claimant.ClaimantV0fromXdrByteArray(byte[] xdr) inthashCode()voidsetDestination(AccountID value) voidsetPredicate(ClaimPredicate value) byte[]
-
Constructor Details
-
ClaimantV0
public ClaimantV0()
-
-
Method Details
-
getDestination
-
setDestination
-
getPredicate
-
setPredicate
-
encode
public static void encode(XdrDataOutputStream stream, Claimant.ClaimantV0 encodedClaimantV0) 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
-