Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2018 Changes in this version + const MainnetMagic + var MainNetParams chaincfg.Params + func GetChainParams(chain string) *chaincfg.Params + func NewMyriadRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error) + type MyriadParser struct + func NewMyriadParser(params *chaincfg.Params, c *btc.Configuration) *MyriadParser + func (p *MyriadParser) ParseBlock(b []byte) (*bchain.Block, error) + type MyriadRPC struct + func (b *MyriadRPC) GetBlock(hash string, height uint32) (*bchain.Block, error) + func (b *MyriadRPC) Initialize() error