bch

package
v0.4.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2022 License: BlueOak-1.0.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

View Source
const (

	// BipID is the Bip 44 coin ID for Bitcoin Cash.
	BipID = 145
)

Variables

View Source
var (

	// WalletInfo defines some general information about a Bitcoin Cash wallet.
	WalletInfo = &asset.WalletInfo{
		Name:    "Bitcoin Cash",
		Version: version,

		UnitInfo: dexbch.UnitInfo,
		AvailableWallets: []*asset.WalletDefinition{{
			Type:              walletTypeRPC,
			Tab:               "External",
			Description:       "Connect to bitcoind",
			DefaultConfigPath: dexbtc.SystemConfigPath("bitcoin"),
			ConfigOpts:        configOpts,
		}},
	}
)

Functions

func NewWallet

func NewWallet(cfg *asset.WalletConfig, logger dex.Logger, network dex.Network) (asset.Wallet, error)

NewWallet is the exported constructor by which the DEX will import the exchange wallet.

Types

type BCHWallet

type BCHWallet struct {
	*btc.ExchangeWallet
}

BCHWallet embeds btc.ExchangeWallet, but re-implements a couple of methods to perform on-the-fly address translation.

func (*BCHWallet) Address

func (bch *BCHWallet) Address() (string, error)

Address converts the Bitcoin base58-encoded address returned by the embedded ExchangeWallet into a Cash Address.

func (*BCHWallet) AuditContract

func (bch *BCHWallet) AuditContract(coinID, contract, txData dex.Bytes, rebroadcast bool) (*asset.AuditInfo, error)

AuditContract modifies the *asset.Contract returned by the ExchangeWallet AuditContract method by converting the Recipient to the Cash Address encoding.

type Driver

type Driver struct{}

Driver implements asset.Driver.

func (*Driver) DecodeCoinID

func (d *Driver) DecodeCoinID(coinID []byte) (string, error)

DecodeCoinID creates a human-readable representation of a coin ID for Bitcoin Cash.

func (*Driver) Info

func (d *Driver) Info() *asset.WalletInfo

Info returns basic information about the wallet and asset.

func (*Driver) Open added in v0.4.0

func (d *Driver) Open(cfg *asset.WalletConfig, logger dex.Logger, network dex.Network) (asset.Wallet, error)

Open creates the BCH exchange wallet. Start the wallet with its Run method.

Jump to

Keyboard shortcuts

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