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