Documentation ¶
Index ¶
Constants ¶
View Source
const (
MainnetMagic wire.BitcoinNet = 0x4df7d3e5
)
Variables ¶
View Source
var (
MainNetParams chaincfg.Params
)
Functions ¶
func GetChainParams ¶
func NewIdxRPC ¶
func NewIdxRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error)
Types ¶
type IdxParser ¶
type IdxParser struct { *btc.BitcoinParser // contains filtered or unexported fields }
func NewIdxParser ¶
func NewIdxParser(params *chaincfg.Params, c *btc.Configuration) *IdxParser
type IdxRPC ¶
type IdxRPC struct {
*btc.BitcoinRPC
}
func (*IdxRPC) GetTransactionForMempool ¶
func (*IdxRPC) Initialize ¶
Click to show internal directories.
Click to hide internal directories.