Update release notes

This commit is contained in:
Elliot Lee
2018-09-11 18:45:52 -07:00
parent 9eec98778f
commit 79971f906b
6 changed files with 26 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
## deriveKeypair
`deriveKeypair(seed: string) : {privateKey: string, publicKey: string}`
`deriveKeypair(seed: string): {privateKey: string, publicKey: string}`
Derive a public and private key from a seed.