Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BchPrivateKey ¶
type BchPrivateKey interface { Network(net *chaincfg.Params) BchPrivateKey FromSeed(mnemonic string) BchPrivateKey DerivePath(path string) BchPrivateKey Derive(i uint32) BchPrivateKey ToWIF() string Xpub() string }
func NewBchPrivateKey ¶
func NewBchPrivateKey() BchPrivateKey
type BtcPrivateKey ¶
type BtcPrivateKey interface { Network(net *chaincfg.Params) BtcPrivateKey FromSeed(mnemonic string) BtcPrivateKey DerivePath(path string) BtcPrivateKey Derive(i uint32) BtcPrivateKey ToWIF() string ToHex() string Xpub() string }
func NewBtcPrivateKey ¶
func NewBtcPrivateKey() BtcPrivateKey
Click to show internal directories.
Click to hide internal directories.