Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { *app.FetcherConfig // contains filtered or unexported fields }
func NewService ¶
func NewService(cfg *app.FetcherConfig) *Service
func (*Service) BlockTransactions ¶
func (s *Service) BlockTransactions(ctx context.Context, b *ton.BlockIDExt) ([]*core.Transaction, error)
func (*Service) UnseenBlocks ¶
func (s *Service) UnseenBlocks(ctx context.Context, masterSeqNo uint32) (master *ton.BlockIDExt, shards []*ton.BlockIDExt, err error)
Click to show internal directories.
Click to hide internal directories.