Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinSelectionStrategy ¶
type CoinSelectionStrategy int
CoinSelectionStrategy is a port of btcwallet's CoinSelectionStrategy type. It is not currently supported in dcrwallet.
const ( // CoinSelectionLargest always picks the largest available utxo to add // to the transaction next. CoinSelectionLargest CoinSelectionStrategy = iota // CoinSelectionRandom randomly selects the next utxo to add to the // transaction. This strategy prevents the creation of ever smaller // utxos over time. CoinSelectionRandom )
type ManagedAddress ¶
type ManagedAddress interface{}
ManagedPubKeyAddress is a shim for btcwallet's waddrmgr.ManagedAddress.
type ManagedPubKeyAddress ¶
type ManagedPubKeyAddress interface{}
ManagedPubKeyAddress is a shim for btcwallet's waddrmgr.ManagedPubKeyAddress.
Click to show internal directories.
Click to hide internal directories.