Package org.stellar.sdk.xdr
Class RevokeSponsorshipOp.RevokeSponsorshipOpSigner
java.lang.Object
org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
- Enclosing class:
RevokeSponsorshipOp
-
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, RevokeSponsorshipOp.RevokeSponsorshipOpSigner encodedRevokeSponsorshipOpSigner) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetAccountID(AccountID value) voidsetSignerKey(SignerKey value) byte[]
-
Constructor Details
-
RevokeSponsorshipOpSigner
public RevokeSponsorshipOpSigner()
-
-
Method Details
-
getAccountID
-
setAccountID
-
getSignerKey
-
setSignerKey
-
encode
public static void encode(XdrDataOutputStream stream, RevokeSponsorshipOp.RevokeSponsorshipOpSigner encodedRevokeSponsorshipOpSigner) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-