Add signWithKeypair (#769)

This commit is contained in:
amougel
2018-04-04 00:33:24 +02:00
committed by Elliot Lee
parent c71540e77a
commit 2570e2a6d8
9 changed files with 152 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ function loadSchemas() {
require('./schemas/objects/memo.json'),
require('./schemas/objects/memos.json'),
require('./schemas/objects/public-key.json'),
require('./schemas/objects/private-key.json'),
require('./schemas/objects/uint32.json'),
require('./schemas/objects/value.json'),
require('./schemas/objects/source-adjustment.json'),