Package org.stellar.sdk.xdr
Class RevokeSponsorshipOp.RevokeSponsorshipOpSigner
java.lang.Object
org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpSigner
- Enclosing class:
RevokeSponsorshipOp
RevokeSponsorshipOpSigner's original definition in the XDR file is:
struct { AccountID accountID; SignerKey signerKey; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setAccountID
(AccountID accountID) void
setSignerKey
(SignerKey signerKey) toString()
default String
default byte[]
-
Constructor Details
-
RevokeSponsorshipOpSigner
public RevokeSponsorshipOpSigner() -
RevokeSponsorshipOpSigner
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner decode(XdrDataInputStream stream) throws IOException - 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
-
builder
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder builder() -
toBuilder
-
getAccountID
-
getSignerKey
-
setAccountID
-
setSignerKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-