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

Struct Input

input.go:9–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Input struct {
10 rpcEndPoint string
11 keystorePath string
12 shareThreshold int
13 shareDifficulty *big.Int
14 submitInterval time.Duration
15 contractAddr string
16 minerAddr string
17 extraData string
18 hotStop bool
19}
20
21func (i *Input) RPCEndpoint() string { return i.rpcEndPoint }
22func (i *Input) KeystorePath() string { return i.keystorePath }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected