Versions in this module Expand all Collapse all v0 v0.3.1 Jun 11, 2019 v0.3.0 May 27, 2019 Changes in this version + const MainnetMagic + const TestnetMagic + var MainNetParams chaincfg.Params + var TestNetParams chaincfg.Params + func GetChainParams(chain string) *chaincfg.Params + func NewVIPSTARCOINRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error) + type VIPSTARCOINParser struct + func NewVIPSTARCOINParser(params *chaincfg.Params, c *btc.Configuration) *VIPSTARCOINParser + func (p *VIPSTARCOINParser) ParseBlock(b []byte) (*bchain.Block, error) + func (p *VIPSTARCOINParser) ParseTxFromJson(msg json.RawMessage) (*bchain.Tx, error) + type VIPSTARCOINRPC struct + func (b *VIPSTARCOINRPC) GetTransactionForMempool(txid string) (*bchain.Tx, error) + func (b *VIPSTARCOINRPC) Initialize() error