IsRegistered returns true when the miner's address is already recognized as a user of the pool. It returns false otherwise.
()
| 61 | // IsRegistered returns true when the miner's address is already recognized |
| 62 | // as a user of the pool. It returns false otherwise. |
| 63 | IsRegistered() bool |
| 64 | // CanRegister returns true when the miner's address can actually register |
| 65 | // to the pool. It returns false when the contract side decided to refuse |
| 66 | // the address. |
no outgoing calls
no test coverage detected