Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default implementations for Cw721Execute and Cw721Query #135

Open
taitruong opened this issue Aug 8, 2023 · 1 comment
Open

Default implementations for Cw721Execute and Cw721Query #135

taitruong opened this issue Aug 8, 2023 · 1 comment

Comments

@taitruong
Copy link
Collaborator

Currently traits are implemented in cw721-base here:

impl<'a, T, C, E, Q> Cw721Execute<T, C> for Cw721Contract<'a, T, C, E, Q>

impl<'a, T, C, E, Q> Cw721Query<T> for Cw721Contract<'a, T, C, E, Q>

Any objection against moving this as default implementations traits in cw721 package? Here:

pub trait Cw721Execute<T, C>

@taitruong
Copy link
Collaborator Author

@shanev, @larry0x, let me know what you think about this.

Currently traits are implemented in cw721-base here:

impl<'a, T, C, E, Q> Cw721Execute<T, C> for Cw721Contract<'a, T, C, E, Q>

impl<'a, T, C, E, Q> Cw721Query<T> for Cw721Contract<'a, T, C, E, Q>

Any objection against moving this as default implementations traits in cw721 package? Here:

pub trait Cw721Execute<T, C>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant