Skip to content

Module BSV::Transaction::ChainTrackers

Namespace for chain tracker implementations.

Public Class Methods

default(testnet: = false, **opts)

Return a default chain tracker backed by the Arcade/GorillaPool Chaintracks API. - @param testnet [Boolean] use the testnet endpoint when true - @param opts [Hash] forwarded to the underlying tracker (e.g. +api_key:+) - @return [Chaintracks]