Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginArgs ¶
type RelayArgs ¶
type RelayArgs struct {
ContractID string
RelayConfig []byte
ProviderType string
MercuryCredentials *types.MercuryCredentials
}
type Relayer ¶
type Relayer interface {
services.Service
NewPluginProvider(rargs RelayArgs, pargs PluginArgs) (types.PluginProvider, error)
}
Click to show internal directories.
Click to hide internal directories.