mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
Rework token lists and ID generation.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user