Documentation ¶
Index ¶
Constants ¶
View Source
const ( MainnetMagic wire.BitcoinNet = 0x6427e924 TestnetMagic wire.BitcoinNet = 0xbff91afa RegtestMagic wire.BitcoinNet = 0x5f3fe8aa )
Variables ¶
Functions ¶
func GetChainParams ¶
GetChainParams contains network parameters for the main ZCash network, the regression test ZCash network, the test ZCash network and the simulation test ZCash network, in this order
func NewZCashRPC ¶
func NewZCashRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error)
Types ¶
type ZCashParser ¶
type ZCashParser struct { *btc.BitcoinParser // contains filtered or unexported fields }
ZCashParser handle
func NewZCashParser ¶
func NewZCashParser(params *chaincfg.Params, c *btc.Configuration) *ZCashParser
NewZCashParser returns new ZCashParser instance
type ZCashRPC ¶
type ZCashRPC struct {
*btc.BitcoinRPC
}
func (*ZCashRPC) GetMempoolEntry ¶
func (z *ZCashRPC) GetMempoolEntry(txid string) (*bchain.MempoolEntry, error)
GetMempoolEntry returns mempool data for given transaction
func (*ZCashRPC) GetTransactionForMempool ¶
GetTransactionForMempool returns a transaction by the transaction ID. It could be optimized for mempool, i.e. without block time and confirmations
func (*ZCashRPC) Initialize ¶
Initialize initializes ZCashRPC instance.
Click to show internal directories.
Click to hide internal directories.