grin-wallet icon indicating copy to clipboard operation
grin-wallet copied to clipboard

Improve backend trait

Open jaspervdm opened this issue 5 years ago • 0 comments

Still WIP.

Add some of the more specific methods on the backend trait. A naive (iterating and filtering) default implementation is provided for these methods, but different types of backends can overwrite them in favour of faster methods that could make use of indices.

jaspervdm avatar Feb 25 '20 13:02 jaspervdm