package
0.0.0-20210403032538-f6e252ade78e
Repository: https://github.com/multivactech/offline-tools.git
Documentation: pkg.go.dev

# Functions

GenerateMnemonicByLength generate mnemonic and then use mnemonic to generate the private key and its public key.
ToAccount get private key and public key by using mnemonic.Returns publickey,privatekey,error.

# Structs

Account is the account data including public- and private- key and the corresponding mnemonic.