Documentation ¶
Overview ¶
Package wallet provides a simple interface to btcwallet and electrum.
This is designed to make accepting and sending bitcoin really easy using Go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wallet ¶
type Wallet struct {
// contains filtered or unexported fields
}
func Create ¶
Create creates a wallet with the specified path, private key password and seed. Seed can be created using: hdkeychain.GenerateSeed(hdkeychain.RecommendedSeedLen)
func (*Wallet) GenAddresses ¶
GenAddresses generates a number of addresses for the wallet.
Click to show internal directories.
Click to hide internal directories.