Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type L1AppChainListener ¶
type L1AppChainListener struct {
// contains filtered or unexported fields
}
func NewL1AppChainListener ¶
func NewL1AppChainListener(chainId string, contracts []string, shutdown context.CancelCauseFunc, loopInterval time.Duration, startHeight uint64, epoch uint64, bridgeRpcService bridge.BridgeRpcService, db *database.DB) (*L1AppChainListener, error)
func (*L1AppChainListener) EventsFetch ¶
func (l *L1AppChainListener) EventsFetch(fromL1Height, toL1Height *big.Int) error
func (*L1AppChainListener) Start ¶
func (l *L1AppChainListener) Start() error
type L2AppChainListener ¶
type L2AppChainListener struct {
// contains filtered or unexported fields
}
func NewL2AppChainListener ¶
func NewL2AppChainListener(chainId string, contracts []string, shutdown context.CancelCauseFunc, loopInterval time.Duration, startHeight uint64, epoch uint64, bridgeRpcService bridge.BridgeRpcService, db *database.DB) (*L2AppChainListener, error)
func (*L2AppChainListener) EventsFetch ¶
func (l *L2AppChainListener) EventsFetch(fromL1Height, toL1Height *big.Int) error
func (*L2AppChainListener) Start ¶
func (l *L2AppChainListener) Start() error
type ToStakeShares ¶
type ToStakeShares struct {}
type UserInfoShares ¶
type UserInfoShares struct {}
Click to show internal directories.
Click to hide internal directories.