Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultConnectionTimeout = 60 * time.Second L2StandardBridgeAddr = "0x4200000000000000000000000000000000000010" StandardBridgeImpl = "StandardBridge" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StandardBridge ¶
type StandardBridge struct {
// contains filtered or unexported fields
}
func (*StandardBridge) Address ¶
func (s *StandardBridge) Address() common.Address
func (*StandardBridge) GetWithdrawalsByBlockRange ¶
func (s *StandardBridge) GetWithdrawalsByBlockRange(ctx context.Context, start, end uint64) (WithdrawalsMap, error)
func (*StandardBridge) String ¶
func (s *StandardBridge) String() string
type WithdrawalsMap ¶
type WithdrawalsMap map[common.Hash][]db.Withdrawal
Click to show internal directories.
Click to hide internal directories.