Documentation ¶
Index ¶
- func BuildBlockHeaderVerbose(header *wire.BlockHeader, params *chaincfg.Params, currentHeight int64, ...) *dcrjson.GetBlockHeaderVerboseResult
- func ConnectNodeRPC(host, user, pass, cert string, disableTLS bool, ...) (*dcrrpcclient.Client, semver.Semver, error)
- func DisableLog()
- func GetBlock(ind int64, client *dcrrpcclient.Client) (*dcrutil.Block, *chainhash.Hash, error)
- func GetBlockHeaderVerbose(client *dcrrpcclient.Client, params *chaincfg.Params, idx int64) *dcrjson.GetBlockHeaderVerboseResult
- func GetBlockVerbose(client *dcrrpcclient.Client, params *chaincfg.Params, idx int64, ...) *dcrjson.GetBlockVerboseResult
- func GetBlockVerboseByHash(client *dcrrpcclient.Client, params *chaincfg.Params, hash string, ...) *dcrjson.GetBlockVerboseResult
- func GetStakeDiffEstimates(client *dcrrpcclient.Client) *apitypes.StakeDiff
- func UseLogger(logger btclog.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildBlockHeaderVerbose ¶
func BuildBlockHeaderVerbose(header *wire.BlockHeader, params *chaincfg.Params, currentHeight int64, nextHash ...string) *dcrjson.GetBlockHeaderVerboseResult
BuildBlockHeaderVerbose creates a *dcrjson.GetBlockHeaderVerboseResult from an input *wire.BlockHeader and current best block height, which is used to compute confirmations. The next block hash may optionally be provided.
func ConnectNodeRPC ¶
func ConnectNodeRPC(host, user, pass, cert string, disableTLS bool, ntfnHandlers ...*dcrrpcclient.NotificationHandlers) (*dcrrpcclient.Client, semver.Semver, error)
ConnectNodeRPC attempts to create a new websocket connection to a dcrd node, with the given credentials and optional notification handlers.
func DisableLog ¶
func DisableLog()
DisableLog disables all library log output. Logging output is disabled by default until UseLogger is called.
func GetBlockHeaderVerbose ¶
func GetBlockHeaderVerbose(client *dcrrpcclient.Client, params *chaincfg.Params, idx int64) *dcrjson.GetBlockHeaderVerboseResult
GetBlockHeaderVerbose creates a *dcrjson.GetBlockHeaderVerboseResult for the block index specified by idx via an RPC connection to a chain server.
func GetBlockVerbose ¶ added in v0.7.0
func GetBlockVerbose(client *dcrrpcclient.Client, params *chaincfg.Params, idx int64, verboseTx bool) *dcrjson.GetBlockVerboseResult
GetBlockVerbose creates a *dcrjson.GetBlockVerboseResult for the block index specified by idx via an RPC connection to a chain server.
func GetBlockVerboseByHash ¶ added in v0.7.0
func GetBlockVerboseByHash(client *dcrrpcclient.Client, params *chaincfg.Params, hash string, verboseTx bool) *dcrjson.GetBlockVerboseResult
GetBlockVerboseByHash creates a *dcrjson.GetBlockVerboseResult for the specified block hash via an RPC connection to a chain server.
func GetStakeDiffEstimates ¶
func GetStakeDiffEstimates(client *dcrrpcclient.Client) *apitypes.StakeDiff
GetStakeDiffEstimates combines the results of EstimateStakeDiff and GetStakeDifficulty into a *apitypes.StakeDiff.
Types ¶
This section is empty.