Package org.stellar.sdk.operations
Class RevokeSignerSponsorshipOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.RevokeSignerSponsorshipOperation
Represents Revoke sponsorship operation.
Revokes the sponsorship of a signer entry.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
RevokeSignerSponsorshipOperation.RevokeSignerSponsorshipOperationBuilder<C extends RevokeSignerSponsorshipOperation,
B extends RevokeSignerSponsorshipOperation.RevokeSignerSponsorshipOperationBuilder<C, B>> Nested classes/interfaces inherited from class org.stellar.sdk.operations.Operation
Operation.OperationBuilder<C extends Operation,
B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Construct a newRevokeSignerSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.@NonNull String
The account whose signer will be revoked.@NonNull SignerKey
The signer whose sponsorship which will be revoked.int
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newRevokeSignerSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.- Parameters:
op
-RevokeSponsorshipOp
XDR object- Returns:
RevokeSignerSponsorshipOperation
object
-
builder
public static RevokeSignerSponsorshipOperation.RevokeSignerSponsorshipOperationBuilder<?,?> builder() -
toBuilder
-
getAccountId
The account whose signer will be revoked. -
getSigner
The signer whose sponsorship which will be revoked. -
toString
-
equals
-
hashCode
public int hashCode()
-