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 + var MainNetParams chaincfg.Params + func GetChainParams(chain string) *chaincfg.Params + func NewNamecoinRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error) + type NamecoinParser struct + func NewNamecoinParser(params *chaincfg.Params, c *btc.Configuration) *NamecoinParser + func (p *NamecoinParser) ParseBlock(b []byte) (*bchain.Block, error) + type NamecoinRPC struct + func (b *NamecoinRPC) EstimateSmartFee(blocks int, conservative bool) (float64, error) + func (b *NamecoinRPC) GetBlock(hash string, height uint32) (*bchain.Block, error) + func (b *NamecoinRPC) Initialize() error