Documentation ¶
Index ¶
- Variables
- type Contract
- func (c *Contract) LatestProject(projectID uint64) *Project
- func (c *Contract) LatestProjects() []*Project
- func (c *Contract) LatestProvers() []*Prover
- func (c *Contract) Project(projectID, blockNumber uint64) *Project
- func (c *Contract) Prover(operator common.Address) *Prover
- func (c *Contract) Provers(blockNumber uint64) []*Prover
- type Project
- type Prover
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RequiredProverAmountHash = crypto.Keccak256Hash([]byte("RequiredProverAmount")) VmTypeHash = crypto.Keccak256Hash([]byte("VmType")) )
Functions ¶
This section is empty.
Types ¶
type Contract ¶
type Contract struct {
// contains filtered or unexported fields
}
func (*Contract) LatestProject ¶
func (*Contract) LatestProjects ¶
func (*Contract) LatestProvers ¶
Click to show internal directories.
Click to hide internal directories.