Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2018 v0.0.6 Sep 12, 2018 Changes in this version + const MainnetMagic + const TestnetMagic + var MainNetParams chaincfg.Params + var TestNetParams chaincfg.Params + func GetChainParams(chain string) *chaincfg.Params + func NewBGoldRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error) + type BGoldParser struct + func NewBGoldParser(params *chaincfg.Params, c *btc.Configuration) *BGoldParser + func (p *BGoldParser) ParseBlock(b []byte) (*bchain.Block, error) + type BGoldRPC struct + func (b *BGoldRPC) Initialize() error