stellar-rust-sdk icon indicating copy to clipboard operation
stellar-rust-sdk copied to clipboard

Build out a prelude for operations and effects

Open choubacha opened this issue 7 years ago • 0 comments

Expected Behavior

I can include a prelude for operations and effects:

use stellar_client::resources::operations::prelude::*;
use stellar_client::resources::effects::prelude::*;

If this is easy, it might make sense to also have one for resources it self, so that you can easily include all the resources instead of by type.

Actual Behavior

You need to individually include types or use * in a potentially bad way. We should remove the * usage if it already exists (operations and effects come to mind).

choubacha avatar May 29 '18 17:05 choubacha