maidsafe / sn_dbc

Safe Network DBCs
BSD 3-Clause "New" or "Revised" License
15 stars 16 forks source link

feat!: simplifying spent proofs and TX verification public APIs #196

Closed bochaco closed 2 years ago

bochaco commented 2 years ago

This is to simplify the public API exposed by sn-dbc for Tx and SpentProofs verification, reducing the public Trait to a single function, while moving the rest (KeyManager) to the mock as it's not required on the public API but for the example code/app.