zingolib
zingolib copied to clipboard
started implementation for a trait that fits LightWallet and LightWatch
this is the start of an fv-style implementation of LightPocket
I think we want:
trait Auditor {}
impl Auditor for TransactionRecordsById {}
trait SpendCapable: Auditor {
type SpendCapabilities
}
I clicked update branch. Is this design change still something we're considering?
Hi @fluidvanadium is this code still destined for merge?