cfx

package
v0.0.0-...-5ed304f Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateAddress

func ValidateAddress(address string) bool

Types

type Block

type Block struct {
	Adaptive              bool     `json:"adaptive"`
	Blame                 string   `json:"blame"`
	BlockNumber           string   `json:"blockNumber"`
	Custom                []string `json:"custom"`
	DeferredLogsBloomHash string   `json:"deferredLogsBloomHash"`
	DeferredReceiptsRoot  string   `json:"deferredReceiptsRoot"`
	DeferredStateRoot     string   `json:"deferredStateRoot"`
	Difficulty            string   `json:"difficulty"`
	EpochNumber           string   `json:"epochNumber"`
	GasLimit              string   `json:"gasLimit"`
	GasUsed               string   `json:"gasUsed"`
	Hash                  string   `json:"hash"`
	Height                string   `json:"height"`
	Miner                 string   `json:"miner"`
	Nonce                 string   `json:"nonce"`
	ParentHash            string   `json:"parentHash"`
	PosReference          string   `json:"posReference"`
	PowQuality            string   `json:"powQuality"`
	RefereeHashes         []string `json:"refereeHashes"`
	Size                  string   `json:"size"`
	Timestamp             string   `json:"timestamp"`
	Transactions          []string `json:"transactions"`
	TransactionsRoot      string   `json:"transactionsRoot"`
}

type BlockRewardInfo

type BlockRewardInfo struct {
	Author      string `json:"author"`
	BaseReward  string `json:"baseReward"`
	BlockHash   string `json:"blockHash"`
	TotalReward string `json:"totalReward"`
	TxFee       string `json:"txFee"`
}

type Node

type Node struct {
	// contains filtered or unexported fields
}

func New

func New(
	mainnet bool,
	urls []string,
	rawPriv string,
	logger *log.Logger,
	tunnel *sshtunnel.SSHTunnel,
) (*Node, error)

func (Node) Address

func (node Node) Address() string

func (Node) BroadcastTx

func (node Node) BroadcastTx(tx string) (string, error)

func (Node) CalculateHashrate

func (node Node) CalculateHashrate(blockTime, difficulty float64) float64

func (Node) Chain

func (node Node) Chain() string

func (Node) CreateTx

func (node Node) CreateTx(inputs []*types.TxInput, outputs []*types.TxOutput) (string, string, error)

func (Node) GetAccountingType

func (node Node) GetAccountingType() types.AccountingType

func (Node) GetAddressExplorerURL

func (node Node) GetAddressExplorerURL(address string) string

func (Node) GetAddressPrefix

func (node Node) GetAddressPrefix() string

func (Node) GetAdjustedShareDifficulty

func (node Node) GetAdjustedShareDifficulty() float64

func (Node) GetAuthorizeResponses

func (node Node) GetAuthorizeResponses(diffFactor int) ([]interface{}, error)

func (Node) GetBalance

func (node Node) GetBalance() (*big.Int, error)

func (Node) GetBlockExplorerURL

func (node Node) GetBlockExplorerURL(round *pooldb.Round) string

func (Node) GetBlocks

func (node Node) GetBlocks(start, end uint64) ([]*tsdb.RawBlock, error)

func (Node) GetBlocksByHash

func (node Node) GetBlocksByHash(startHash string, limit uint64) ([]*tsdb.RawBlock, error)

func (Node) GetClientType

func (node Node) GetClientType(minerClient string) int

func (Node) GetImmatureDepth

func (node Node) GetImmatureDepth() uint64

func (Node) GetMatureDepth

func (node Node) GetMatureDepth() uint64

func (Node) GetMaxDifficulty

func (node Node) GetMaxDifficulty() *big.Int

func (Node) GetSetDifficultyResponse

func (node Node) GetSetDifficultyResponse(diffFactor int) (interface{}, error)

func (Node) GetShareDifficulty

func (node Node) GetShareDifficulty(diffFactor int) *types.Difficulty

func (Node) GetStatus

func (node Node) GetStatus() (uint64, bool, error)

func (Node) GetSubscribeResponses

func (node Node) GetSubscribeResponses(id []byte, clientID, extraNonce string) ([]interface{}, error)

func (Node) GetTx

func (node Node) GetTx(txid string) (*types.TxResponse, error)

func (Node) GetTxExplorerURL

func (node Node) GetTxExplorerURL(txid string) string

func (Node) GetUnits

func (node Node) GetUnits() *types.Number

func (*Node) HandleHostPoolInfoRequest

func (node *Node) HandleHostPoolInfoRequest(w http.ResponseWriter, r *http.Request)

func (Node) JobNotify

func (node Node) JobNotify(ctx context.Context, interval time.Duration) chan *types.StratumJob

func (Node) MarshalJob

func (node Node) MarshalJob(
	id interface{},
	job *types.StratumJob,
	cleanJobs bool,
	clientType, diffFactor int,
) (interface{}, error)

func (Node) MatureRound

func (node Node) MatureRound(round *pooldb.Round) ([]*pooldb.UTXO, error)

func (Node) Mocked

func (node Node) Mocked() bool

func (Node) Name

func (node Node) Name() string

func (Node) ParseWork

func (node Node) ParseWork(data []json.RawMessage, extraNonce string) (*types.StratumWork, error)

func (Node) PingHosts

func (node Node) PingHosts() ([]string, []uint64, []bool, []error)

func (Node) ShouldMergeUTXOs

func (node Node) ShouldMergeUTXOs() bool

func (Node) SubmitWork

func (node Node) SubmitWork(
	job *types.StratumJob,
	work *types.StratumWork,
	diffFactor int,
) (types.ShareStatus, *types.Hash, *pooldb.Round, error)

func (Node) UnlockRound

func (node Node) UnlockRound(round *pooldb.Round) error

func (Node) ValidateAddress

func (node Node) ValidateAddress(address string) bool

type Transaction

type Transaction struct {
	BlockHash string `json:"blockHash"`
	ChainId   string `json:"chainId"`
	// ContractCreated string `json:"contractCreated"`
	Data             string `json:"data"`
	EpochHeight      string `json:"epochHeight"`
	From             string `json:"from"`
	Gas              string `json:"gas"`
	GasPrice         string `json:"gasPrice"`
	Hash             string `json:"hash"`
	Nonce            string `json:"nonce"`
	R                string `json:"r"`
	S                string `json:"s"`
	Status           string `json:"status"`
	StorageLimit     string `json:"storageLimit"`
	To               string `json:"to"`
	TransactionIndex string `json:"transactionIndex"`
	V                string `json:"v"`
	Value            string `json:"value"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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