CanRegister returns true when the miner's address can actually register to the pool. It returns false when the contract side decided to refuse the address.
()
| 65 | // to the pool. It returns false when the contract side decided to refuse |
| 66 | // the 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 |
no outgoing calls
no test coverage detected