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 Jobber ¶
type Jobber interface { VerifyJob(ctx sdk.Context, definition []byte, payload []byte, refID ReferenceID) (err error) ExecuteJob(ctx sdk.Context, definition []byte, payload []byte, senderAddress sdk.AccAddress, contractAddress sdk.AccAddress, refID ReferenceID) (err error) }
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.