dogecoin

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: GPL-3.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NewTxBuilder         = bitcoin.NewTxBuilder
	NewClient            = bitcoin.NewClient
	DefaultClientOptions = bitcoin.DefaultClientOptions
)
View Source
var MainNetParams = chaincfg.Params{
	Name: "mainnet",
	Net:  0xc0c0c0c0,

	PubKeyHashAddrID: 30,
	ScriptHashAddrID: 22,
	PrivateKeyID:     158,

	HDPrivateKeyID: [4]byte{0x02, 0xfa, 0xc3, 0x98},
	HDPublicKeyID:  [4]byte{0x02, 0xfa, 0xca, 0xfd},

	Bech32HRPSegwit: "doge",
}
View Source
var NewGasEstimator = bitcoin.NewGasEstimator
View Source
var RegressionNetParams = chaincfg.Params{
	Name: "regtest",

	Net: 0xd063c017,

	PubKeyHashAddrID: 111,
	ScriptHashAddrID: 196,
	PrivateKeyID:     239,

	HDPrivateKeyID: [4]byte{0x04, 0x35, 0x83, 0x94},
	HDPublicKeyID:  [4]byte{0x04, 0x35, 0x87, 0xcf},

	Bech32HRPSegwit: "dogert",
}

Functions

This section is empty.

Types

type AddressDecoder added in v0.2.0

type AddressDecoder = bitcoin.AddressDecoder

type AddressEncodeDecoder added in v0.2.1

type AddressEncodeDecoder = bitcoin.AddressEncodeDecoder

type AddressEncoder added in v0.2.0

type AddressEncoder = bitcoin.AddressEncoder

type Client added in v0.2.0

type Client = bitcoin.Client

type ClientOptions added in v0.2.0

type ClientOptions = bitcoin.ClientOptions

type GasEstimator added in v0.2.0

type GasEstimator = bitcoin.GasEstimator

type Tx

type Tx = bitcoin.Tx

type TxBuilder added in v0.2.0

type TxBuilder = bitcoin.TxBuilder

Jump to

Keyboard shortcuts

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