Added some address generation and handling
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
CREATE TABLE Address (
|
||||
address VARCHAR(40) NOT NULL PRIMARY KEY,
|
||||
alias VARCHAR(255),
|
||||
public_key BLOB,
|
||||
private_key BLOB
|
||||
);
|
Reference in New Issue
Block a user