Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶ added in v2.5.0
ID uniquely identifies a relayer by network and chain id
func (*ID) UnmarshalString ¶ added in v2.5.0
type ServerAdapter ¶ added in v2.7.0
type ServerAdapter struct {
loop.RelayerAdapter
}
ServerAdapter extends loop.RelayerAdapter by overriding NewPluginProvider to dispatches calls according to `RelayArgs.ProviderType`. This should only be used to adapt relayers not running via GRPC in a LOOPP.
func NewServerAdapter ¶ added in v2.7.0
func NewServerAdapter(r types.Relayer, e loop.RelayerExt) *ServerAdapter
NewServerAdapter returns a new ServerAdapter.
func (*ServerAdapter) NewPluginProvider ¶ added in v2.7.0
func (r *ServerAdapter) NewPluginProvider(ctx context.Context, rargs types.RelayArgs, pargs types.PluginArgs) (types.PluginProvider, error)
Click to show internal directories.
Click to hide internal directories.