package
1.0.5
Repository: https://github.com/null-nil/dsc-go-sdk.git
Documentation: pkg.go.dev

# Functions

NewAccount creates new account with random mnemonic.
NewAccountFromMnemonicWords creates account from mnemonic presented as set of words.
NewMnemonic creates a new random (crypto safe) Mnemonic.
NewMnemonicFromEntropy creates a Mnemonic based on a known entropy.
NewMnemonicFromWords creates a Mnemonic based on a known list of words.

# Constants

No description provided by the author

# Structs

Account contains private key of the account that allows to sign transactions to broadcast to the blockchain.
Mnemonic contains entropy, seed and mnemonic words array which can be used for hierarchical deterministic extended keys.