Skip to content
Snippets Groups Projects

[feat] gva: TxsByTime DB

2 files
+ 41
10
Compare changes
  • Side-by-side
  • Inline

Files

@@ -51,6 +51,7 @@ db_schema!(
["txs", Txs, HashKeyV2, GvaTxDbV1],
["txs_by_issuer", TxsByIssuer, WalletHashWithBnV1Db, BTreeSet<Hash>],
["txs_by_recipient", TxsByRecipient, WalletHashWithBnV1Db, BTreeSet<Hash>],
["txs_by_time", TxsByTime, U64BE, Vec<Hash>],
[
"scripts_by_pubkey",
ScriptsByPubkey,
Loading