Register takes an address and register it to the pool.
(paymentAddress common.Address)
| 67 | CanRegister() bool |
| 68 | // Register takes an address and register it to the pool. |
| 69 | Register(paymentAddress common.Address) error |
| 70 | // SubmitClaim takes some necessary parameters that represent a claim and |
| 71 | // submit to the contract using miner's address. The address should be |
| 72 | // unlocked first. |
no outgoing calls