elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 54 forks source link

Enhance RevokeSponsorshipOperation.Builder #297

Open duckmatt opened 3 years ago

duckmatt commented 3 years ago

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:

image

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 object