Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arc53WatcherServer ¶
type Arc53WatcherServer struct { *gin.Engine Name errors.Sn DB *sqlx.DB LocalTime *time.Location Algod *algod.Client Indexer *indexer.Client WatcherCancelFn context.CancelFunc ProcessingFailures []interface{} PrintTxns bool ProviderTypes []providers.ProviderType }
func New ¶
func New() *Arc53WatcherServer
func (*Arc53WatcherServer) Close ¶
func (s *Arc53WatcherServer) Close()
func (*Arc53WatcherServer) IsProduction ¶
func (s *Arc53WatcherServer) IsProduction() bool
func (*Arc53WatcherServer) ProcessBlock ¶
func (s *Arc53WatcherServer) ProcessBlock(b *algod.BlockWrap)
Click to show internal directories.
Click to hide internal directories.