btcwalletcompat

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2024 License: MIT Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL