package
0.10.0-beta.2020101302
Repository: https://github.com/dabankio/wallet-core.git
Documentation: pkg.go.dev

# Functions

BuildWallet create a Wallet instance with fixed args (here is mnemonic and testNet) and other options.
TODO not implemented BuildWallet create a Wallet instance with fixed args (here is privateKey and testNet) and other options.
EntropyFromMnemonic 根据 助记词, 获取 Entropy returns the input entropy used to generate the given mnemonic.
GetAvailableCoinList 获取支持币种列表 (case sensitive) return : "BTC LMC ETH WCG".
No description provided by the author
No description provided by the author
No description provided by the author
MnemonicFromEntropy 根据 entropy, 获取对应助记词.
NewHDWalletFromMnemonic 通过助记词得到一个 HD 对象.
NewMnemonic 生成助记词 默认使用128位密钥,生成12个单词的助记词.
NewWalletBuilder normal builder pattern, not so good in golang.
ValidateMnemonic 验证助记词的正确性.
WithFlag 该选项添加特殊配置flag, flag参考 FlagXXX 常量.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

FlagBBCUseStandardBip44ID BBC使用标准bip44 id (默认不是标准bip44 id).
FlagMKFUseBBCBip44ID MKF使用BBC的bip44 id (即MKF和BBC共用地址).

# Structs

Wallet all in one signer.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author