Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotNeedSync = errors.New("not need sync")
)
Functions ¶
This section is empty.
Types ¶
type EverPaySync ¶
type EverPaySync struct {
// contains filtered or unexported fields
}
function: sync everpay rollup txs to arseeding
func New ¶
func New(dsn string, seedUrl string) *EverPaySync
func (*EverPaySync) FetchArIds ¶
func (e *EverPaySync) FetchArIds()
func (*EverPaySync) PostToArseeding ¶
func (e *EverPaySync) PostToArseeding()
func (*EverPaySync) Run ¶
func (e *EverPaySync) Run()
type RollupArId ¶
func (RollupArId) TableName ¶ added in v1.0.4
func (r RollupArId) TableName() string
type Wdb ¶
func (*Wdb) GetLastPostTx ¶
func (w *Wdb) GetLastPostTx() (RollupArId, error)
func (*Wdb) GetNeedPostTxs ¶
func (w *Wdb) GetNeedPostTxs() ([]RollupArId, error)
func (*Wdb) UpdatePosted ¶
Click to show internal directories.
Click to hide internal directories.