namada icon indicating copy to clipboard operation
namada copied to clipboard

Remove trait bounds from struct definitions where possible

Open tzemanovic opened this issue 1 year ago • 0 comments

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

tzemanovic avatar Jul 01 '24 09:07 tzemanovic