Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Gas to be used GasAfterPaymentCalculation = 5000 + 2100 + 20000 + 2*2100 - 4800 + 21000 + 8890 // Static costs of argument encoding etc. note that it varies by +/- x*12 for every x bytes of non-zero data in the proof. )
Variables ¶
View Source
var (
ErrKeyNotSet = errors.New("key not set")
)
Functions ¶
func GetStartingResponseCountsV2 ¶ added in v1.0.0
Types ¶
type Delegate ¶ added in v0.10.8
type Delegate struct {
// contains filtered or unexported fields
}
func NewDelegate ¶ added in v0.10.8
func (*Delegate) AfterJobCreated ¶ added in v0.10.11
func (*Delegate) BeforeJobDeleted ¶ added in v0.10.11
Source Files
¶
Click to show internal directories.
Click to hide internal directories.