issues
search
zingolabs
/
zaino
Zaino is an indexer for the Zcash blockchain implemented in Rust.
Other
5
stars
6
forks
source link
Task 2.1.3: Add Indexer Trait
#112
Open
idky137
opened
3 days ago
idky137
commented
3 days ago
Add Indexer trait to Zaino-state with the following methods:
new
sync
close
getinfo
getblockchaininfo
getaddressbalance
send_raw_transaction
getblock
getrawmempool
z_gettreestate
z_getsubtreesbyindex
get_raw_transaction
getaddresstxids
getaddressutxos
Add Indexer trait to Zaino-state with the following methods: