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
Nested ClassesModifier and TypeClassDescriptionstatic classRevokeSignerSponsorshipOperation.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()booleanConstruct a newRevokeSignerSponsorshipOperationobject from aRevokeSponsorshipOpXDR object.@NonNull StringThe account whose signer will be revoked.@NonNull SignerKeyThe signer whose sponsorship which will be revoked.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newRevokeSignerSponsorshipOperationobject from aRevokeSponsorshipOpXDR object.- Parameters:
op-RevokeSponsorshipOpXDR object- Returns:
RevokeSignerSponsorshipOperationobject
-
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()
-