Rework token lists and ID generation.

This commit is contained in:
parazyd
2022-04-30 19:44:32 +02:00
parent c11bba2cee
commit 609afbd9c7
18 changed files with 275 additions and 479 deletions

View File

@@ -4,7 +4,9 @@ CREATE TABLE IF NOT EXISTS coins(
coin_blind BLOB NOT NULL,
valcom_blind BLOB NOT NULL,
value BLOB NOT NULL,
token_id BLOB NOT NULL,
network BLOB NOT NULL,
drk_address BLOB NOT NULL,
net_address BLOB NOT NULL,
secret BLOB NOT NULL,
is_spent BOOLEAN NOT NULL,
nullifier BLOB NOT NULL,