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 ClientOptions ¶ added in v0.2.0
type ClientOptions = bitcoin.ClientOptions
type GasEstimator ¶ added in v0.2.0
type GasEstimator = bitcoin.GasEstimator
Click to show internal directories.
Click to hide internal directories.