Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractsRegistry ¶
type ContractsRegistry interface {
SuperchainWETH(address types.Address) (SuperchainWETH, error)
}
ContractsRegistry provides access to all supported contract instances
type ErrContractNotFound ¶
ErrContractNotFound indicates that a contract is not available at the requested address
func (*ErrContractNotFound) Error ¶
func (e *ErrContractNotFound) Error() string
type SuperchainWETH ¶
SuperchainWETH represents the interface for interacting with the SuperchainWETH contract
Click to show internal directories.
Click to hide internal directories.