Versions in this module Expand all Collapse all v6 v6.4.0 May 18, 2020 Changes in this version + const TypeAIB + const TypeArgentum + const TypeAsiacoin + const TypeAuroracoin + const TypeBata + const TypeBigUp + const TypeBitBean + const TypeBitSend + const TypeBitcoin + const TypeBitcoindark + const TypeBlackcoin + const TypeBty + const TypeBurst + const TypeCanadaeCoin + const TypeCannacoin + const TypeChronos + const TypeClams + const TypeClearingHouse + const TypeClubCoin + const TypeCounterparty + const TypeDash + const TypeDigiByte + const TypeDigitalcoin + const TypeDogecoin + const TypeDogecoinDark + const TypeDollarcoins + const TypeDopecoin + const TypeDubaicoin + const TypeEDRCoin + const TypeElectronicGulden + const TypeEther + const TypeEtherClassic + const TypeEvotion + const TypeFactomEntryCredits + const TypeFactomFactoids + const TypeFeathercoin + const TypeGameCredits + const TypeGlobalCurrencyReserve + const TypeGoldBlocks + const TypeGridcoin + const TypeGroestlcoin + const TypeGulden + const TypeIXCoin + const TypeJumbucks + const TypeLisk + const TypeLitecoin + const TypeMOIN + const TypeMasterTrader + const TypeMazacoin + const TypeMonacoin + const TypeMonero + const TypeMonetaryUnit + const TypeMyriadcoin + const TypeNXT + const TypeNamecoin + const TypeNavCoin + const TypeNeoscoin + const TypeNovacoin + const TypeNuBits + const TypeNuShares + const TypeOKCash + const TypeOpenAssets + const TypeOpenChain + const TypePandacoin + const TypeParkByte + const TypePeercoin + const TypePiggyCoin + const TypePotcoin + const TypePrimecoin + const TypeQuarkcoin + const TypeReddcoin + const TypeRichCoin + const TypeRubycoin + const TypeSaham + const TypeSaveTheOcean + const TypeShadowCash + const TypeShilling + const TypeSmileycoin + const TypeSolarcoin + const TypeStartCOIN + const TypeStratis + const TypeSyscoin + const TypeTemplecoin + const TypeTerracoin + const TypeTestnet + const TypeUbiquoin + const TypeUnobtanium + const TypeVertcoin + const TypeViacoin + const TypeVpncoin + const TypeYcc + const TypeZayedcoin + const TypeZcash + const TypeZoom + const TypeziftrCOIN + var CoinName = map[uint32]string + func NewMnemonicString(lang, bitsize int) (string, error) + func PrivkeyToPub(coinType uint32, priv []byte) ([]byte, error) + func PubToAddress(coinType uint32, pub []byte) (string, error) + type HDWallet struct + CoinType uint32 + MasterKey *bip32.Key + RootSeed []byte + func NewWalletFromMnemonic(coinType uint32, mnemonic string) (wallet *HDWallet, err error) + func NewWalletFromSeed(coinType uint32, seed []byte) (wallet *HDWallet, err error) + func (w *HDWallet) NewAddress(index uint32) (string, error) + func (w *HDWallet) NewKeyPair(index uint32) (priv, pub []byte, err error) Other modules containing this package github.com/33cn/chain33