We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e70c5 commit ab3ae28Copy full SHA for ab3ae28
pkg/types/core/relayerset.go
@@ -5,6 +5,7 @@ import (
5
6
"github.com/smartcontractkit/chainlink-common/pkg/services"
7
"github.com/smartcontractkit/chainlink-common/pkg/types"
8
+ ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"
9
)
10
11
type RelayerSet interface {
@@ -16,8 +17,9 @@ type RelayerSet interface {
16
17
}
18
19
type PluginArgs struct {
- TransmitterID string
20
- PluginConfig []byte
+ TransmitterID string
21
+ PluginConfig []byte
22
+ CapRegConfigTracker ocrtypes.ContractConfigTracker
23
24
25
type RelayArgs struct {
0 commit comments