Package org.stellar.sdk.xdr
Class RevokeSponsorshipOp
java.lang.Object
org.stellar.sdk.xdr.RevokeSponsorshipOp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RevokeSponsorshipOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, RevokeSponsorshipOp encodedRevokeSponsorshipOp) booleanstatic RevokeSponsorshipOpfromXdrBase64(String xdr) static RevokeSponsorshipOpfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetLedgerKey(LedgerKey value) voidbyte[]
-
Constructor Details
-
RevokeSponsorshipOp
public RevokeSponsorshipOp()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getLedgerKey
-
setLedgerKey
-
getSigner
-
setSigner
-
encode
public static void encode(XdrDataOutputStream stream, RevokeSponsorshipOp encodedRevokeSponsorshipOp) 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
-