MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / IsRegistered

Method IsRegistered

interfaces.go:63–63  ·  view source on GitHub ↗

IsRegistered returns true when the miner's address is already recognized as a user of the pool. It returns false otherwise.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

RegisterMethod · 0.65

Implementers 3

testContractprotocol/test_contract.go
Contractethereum/contract.go
TestPoolSessionethereum/geth/generated_test_pool.go

Calls

no outgoing calls

Tested by

no test coverage detected