Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Delegate ¶
type Delegate struct {
// contains filtered or unexported fields
}
func NewDelegate ¶
func (*Delegate) AfterJobCreated ¶
func (*Delegate) BeforeJobCreated ¶
func (*Delegate) BeforeJobDeleted ¶
func (*Delegate) ServicesForSpec ¶
ServicesForSpec returns the log listener service for a direct request job
type DirectRequestToml ¶
type DirectRequestToml struct {
ContractAddress ethkey.EIP55Address `toml:"contractAddress"`
Requesters models.AddressCollection `toml:"requesters"`
MinContractPayment *assets.Link `toml:"minContractPaymentLinkJuels"`
EVMChainID *utils.Big `toml:"evmChainID"`
MinIncomingConfirmations null.Uint32 `toml:"minIncomingConfirmations"`
}
Click to show internal directories.
Click to hide internal directories.