Documentation ¶
Index ¶
Constants ¶
View Source
const (
DBDirName = "keystore"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoCWallet ¶
type PoCWallet struct { *keystore.KeystoreManagerForPoC // contains filtered or unexported fields }
func NewPoCWallet ¶
func NewPoCWallet(cfg *PoCWalletConfig, password []byte) (*PoCWallet, error)
func OpenPocWallet ¶
func OpenPocWallet(cfg *PoCWalletConfig, password []byte) (*PoCWallet, error)
type PoCWalletConfig ¶
type PoCWalletConfig struct {
// contains filtered or unexported fields
}
func NewPocWalletConfig ¶
func NewPocWalletConfig(root string, dbType string) *PoCWalletConfig
func (*PoCWalletConfig) DBPath ¶
func (c *PoCWalletConfig) DBPath() string
func (PoCWalletConfig) DBType ¶
func (c PoCWalletConfig) DBType() string
Directories ¶
Path | Synopsis |
---|---|
hdkeychain
Package hdkeychain provides an API for bitcoin hierarchical deterministic extended keys (BIP0032).
|
Package hdkeychain provides an API for bitcoin hierarchical deterministic extended keys (BIP0032). |
zero
Package zero contains functions to clear data from byte slices and multi-precision integers.
|
Package zero contains functions to clear data from byte slices and multi-precision integers. |
Click to show internal directories.
Click to hide internal directories.