Documentation ¶
Index ¶
- Constants
- type Controller
- type NextBlock
- type Writer
- func (self *Writer) WithDB(db *gorm.DB) *Writer
- func (self *Writer) WithEnv(env string) *Writer
- func (self *Writer) WithInput(input chan *listener.Payload) *Writer
- func (self *Writer) WithLastSyncedBlock(lastSyncedBlock model.State) *Writer
- func (self *Writer) WithSequencerRepoPath(sequencerRepoPath string) *Writer
Constants ¶
View Source
const ( NETWORK_FOLDER = "network" GENESIS_FOLDER = "genesis" PREV_SORT_KEYS_FILE = "prev_sort_keys.json" LAST_ARWEAVE_BLOCK_FILE = "arweave_block.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewController ¶
type NextBlock ¶ added in v0.2.109
type NextBlock struct { *task.Task Output chan *arweave.NetworkInfo // contains filtered or unexported fields }
func NewNextBlock ¶ added in v0.2.109
type Writer ¶
func (*Writer) WithLastSyncedBlock ¶ added in v0.2.109
func (*Writer) WithSequencerRepoPath ¶
Click to show internal directories.
Click to hide internal directories.