pirate

package
v0.0.0-...-c58ffef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2022 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MainnetMagic wire.BitcoinNet = 0x70756d70
)

Variables

View Source
var (
	MainNetParams chaincfg.Params
)

Functions

func GetChainParams

func GetChainParams(chain string) *chaincfg.Params

func NewPirateRPC

func NewPirateRPC(config json.RawMessage, pushHandler func(bchain.NotificationType)) (bchain.BlockChain, error)

Types

type PirateParser

type PirateParser struct {
	*btc.BitcoinParser
	// contains filtered or unexported fields
}

func NewPirateParser

func NewPirateParser(params *chaincfg.Params, c *btc.Configuration) *PirateParser

func (*PirateParser) PackTx

func (p *PirateParser) PackTx(tx *bchain.Tx, height uint32, blockTime int64) ([]byte, error)

func (*PirateParser) UnpackTx

func (p *PirateParser) UnpackTx(buf []byte) (*bchain.Tx, uint32, error)

type PirateRPC

type PirateRPC struct {
	*btc.BitcoinRPC
}

func (*PirateRPC) GetBlock

func (b *PirateRPC) GetBlock(hash string, height uint32) (*bchain.Block, error)

func (*PirateRPC) GetBlockChainInfo

func (b *PirateRPC) GetBlockChainInfo() (string, error)

func (*PirateRPC) GetTransactionForMempool

func (b *PirateRPC) GetTransactionForMempool(txid string) (*bchain.Tx, error)

func (*PirateRPC) Initialize

func (b *PirateRPC) Initialize() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL