//
pkg.gl
Category
github.com/multivactech/Offline-Tools
mnemonic
package
0.0.0-20210403032538-f6e252ade78e
Repository:
https://github.com/multivactech/offline-tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
63 SLOC
#
Functions
GenerateMnemonicByLength
GenerateMnemonicByLength generate mnemonic and then use mnemonic to generate the private key and its public key.
ToAccount
ToAccount get private key and public key by using mnemonic.Returns publickey,privatekey,error.
#
Structs
Account
Account is the account data including public- and private- key and the corresponding mnemonic.