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 RegtestMagic + const TestnetMagic + var MainNetParams chaincfg.Params + var TestNetParams chaincfg.Params + func GetChainParams(chain string) *chaincfg.Params + func NewLitecoinRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error) + type LitecoinParser struct + func NewLitecoinParser(params *chaincfg.Params, c *btc.Configuration) *LitecoinParser + type LitecoinRPC struct + func (b *LitecoinRPC) EstimateFee(blocks int) (float64, error) + func (b *LitecoinRPC) Initialize() error