Documentation ¶
Index ¶
Constants ¶
View Source
const CONFIRMS uint64 = 20
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockFetcher ¶
type BlockFetcher struct {
// contains filtered or unexported fields
}
func NewBlockFetcher ¶
func NewBlockFetcher(rpcClient *thegarii.Client, intervalBetweenFetch, latestBlockRetryInterval time.Duration, toArwBlock ToArwBlock, logger *zap.Logger) *BlockFetcher
type ThegariiBlockFetcher ¶
type ThegariiBlockFetcher struct {
// contains filtered or unexported fields
}
func NewThegariiBlockFetcher ¶
func (*ThegariiBlockFetcher) PollingInterval ¶
func (f *ThegariiBlockFetcher) PollingInterval() time.Duration
Click to show internal directories.
Click to hide internal directories.