Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientRegistry ¶
ClientRegistry is a Registry implementation that uses an ethclient.Client
func (*ClientRegistry) L2ToL2CrossDomainMessenger ¶ added in v1.12.2
func (r *ClientRegistry) L2ToL2CrossDomainMessenger(address types.Address) (interfaces.L2ToL2CrossDomainMessenger, error)
func (*ClientRegistry) WETH ¶ added in v1.13.3
func (r *ClientRegistry) WETH(address types.Address) (interfaces.WETH, error)
type L2ToL2CrossDomainMessengerBinding ¶ added in v1.12.2
type L2ToL2CrossDomainMessengerBinding struct {
// contains filtered or unexported fields
}
func (*L2ToL2CrossDomainMessengerBinding) ABI ¶ added in v1.12.2
func (b *L2ToL2CrossDomainMessengerBinding) ABI() *abi.ABI
type WETHBalanceOfImpl ¶ added in v1.13.3
type WETHBalanceOfImpl struct {
// contains filtered or unexported fields
}
type WETHBinding ¶ added in v1.13.3
type WETHBinding struct {
// contains filtered or unexported fields
}
func (*WETHBinding) BalanceOf ¶ added in v1.13.3
func (b *WETHBinding) BalanceOf(addr types.Address) types.ReadInvocation[types.Balance]
Click to show internal directories.
Click to hide internal directories.