namada
namada copied to clipboard
Remove trait bounds from struct definitions where possible
In the native VPs we have bounds on native_vp::Ctx which also propagates to all the native VPs that wrap this up. We should only used the bounds on the impls