stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
128 stars 67 forks source link

Add util to update issuer flags for SAC testing #1320

Closed sisuresh closed 3 months ago

sisuresh commented 3 months ago

What

Resolves #1117

Instead of making a general storage utility to modify the account, I added a specific method to update the issuer flag. because there isn't any reason to mess with the other fields directly.

I didn't want to expose the xdr in the interface, but doing that would've made the interface more clear.