Package org.stellar.sdk.xdr
Class Claimant
java.lang.Object
org.stellar.sdk.xdr.Claimant
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Claimantdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Claimant encodedClaimant) booleanstatic ClaimantfromXdrBase64(String xdr) static ClaimantfromXdrByteArray(byte[] xdr) getV0()inthashCode()voidsetDiscriminant(ClaimantType value) voidsetV0(Claimant.ClaimantV0 value) byte[]
-
Constructor Details
-
Claimant
public Claimant()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV0
-
setV0
-
encode
- 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
-