Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrIncorrectJobType = whoops.Errorf("incorrect job type: got %T, expected %T")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge interface { Info Jobber WalletUpdater }
type CobraTXJobAdder ¶
type FundCollecter ¶ added in v0.10.2
type Info ¶
type Info interface { XChainType() Type XChainReferenceIDs(context.Context) []ReferenceID }
type JobConfiguration ¶ added in v1.7.1
type JobConfiguration struct { Definition []byte Payload []byte SenderAddress sdk.AccAddress ContractAddress sdk.AccAddress RefID ReferenceID Requirements JobRequirements }
type JobRequirements ¶ added in v1.7.1
type JobRequirements struct {
EnforceMEVRelay bool
}
type ReferenceID ¶
type ReferenceID = string
type RequiredInterfaceToSupport ¶ added in v0.10.2
type RequiredInterfaceToSupport interface { Bridge }
type WalletUpdater ¶
type WalletUpdater interface { }
Click to show internal directories.
Click to hide internal directories.