You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
At the moment the revoke sponsorship operations are quite difficult to use, for example RevokeSponsorshipOperation.Builder only takes an xdr object (RevokeSponsorshipOp)
Describe the solution you'd like
Have an operation class for each of the different revoke sponsorship types:
This is the approach the Java sdk takes, for example they have the classes:
RevokeAccountSponsorshipOperation
RevokeClaimableBalanceSponsorshipOperation
RevokeDataSponsorshipOperation
RevokeOfferSponsorshipOperation
RevokeSignerSponsorshipOperation
RevokeTrustlineSponsorshipOperation
Describe alternatives you've considered
Enhance the existing builder to support the various attributes of a revoke sponsorship rather than take an xdr object
The text was updated successfully, but these errors were encountered:
duckmatt
changed the title
Enhance
Enhance RevokeSponsorshipOperation.Builder
Jan 8, 2021
Is your feature request related to a problem? Please describe.
At the moment the revoke sponsorship operations are quite difficult to use, for example RevokeSponsorshipOperation.Builder only takes an
xdr
object (RevokeSponsorshipOp
)Describe the solution you'd like
Have an operation class for each of the different revoke sponsorship types:
This is the approach the Java sdk takes, for example they have the classes:
Describe alternatives you've considered
Enhance the existing builder to support the various attributes of a revoke sponsorship rather than take an
xdr
objectThe text was updated successfully, but these errors were encountered: