Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service interface {
Compute()
}
Service is the main interface for interacting with the nodes chequebook.
func NewCPUAward ¶
func NewCPUAward(transactionService transaction.Service, ownerAddress common.Address) (Service, error)
New creates a new chequebook service for the provided chequebook contract.
Click to show internal directories.
Click to hide internal directories.