Skip to content

Commit

Permalink
Merge pull request #66 from smartcontractkit/feature/add-allowforward…
Browse files Browse the repository at this point in the history
…ing-relayerArg
  • Loading branch information
essamhassan committed Aug 4, 2022
2 parents 24530b1 + 7e52c20 commit 4240588
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ type PluginArgs struct {
}

type RelayArgs struct {
ExternalJobID uuid.UUID
JobID int32
ContractID string
RelayConfig []byte
ExternalJobID uuid.UUID
JobID int32
ContractID string
ForwardingAllowed bool
RelayConfig []byte
}

type Relayer interface {
Expand Down

0 comments on commit 4240588

Please sign in to comment.