LiteSVM / litesvm

Apache License 2.0
68 stars 11 forks source link

Prefer Account over AccountSharedData #10

Closed kevinheavey closed 6 months ago

kevinheavey commented 6 months ago

I think everything here that returns an AccountSharedData will still work if it returns an Account instead. If we just use Account then it's simpler for developers

Aursen commented 6 months ago

It's easier to perform with the AccountSharedData structure. I think what we can do is use it internally, but remove it from the api