Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain interface {
RPCURL() string
ID() types.ChainID
Wallet(ctx context.Context, constraints ...constraints.WalletConstraint) (types.Wallet, error)
ContractsRegistry() interfaces.ContractsRegistry
}
Chain represents an Ethereum chain (L1 or L2)
type InteropSet ¶
InteropSet provides access to L2 chains in an interop environment
type InteropSystem ¶
type InteropSystem interface {
System
InteropSet() InteropSet
}
InteropSystem extends System with interoperability features
Click to show internal directories.
Click to hide internal directories.