Documentation ¶
Index ¶
- Constants
- func GetMinerAcc() []byte
- func GetMinerIncomeAddr() string
- func GetMinerRecentSche() string
- func GetMinerSignAddr() string
- func GetMinerState() string
- func SetMinerAcc(acc []byte)
- func SetMinerIncomeAddr(addr string)
- func SetMinerRecentSche(sche string)
- func SetMinerSignAddr(addr string)
- func SetMinerState(st string)
- type Miner
Constants ¶
View Source
const ( M_Pending = "pending" M_Positive = "positive" M_Frozen = "frozen" M_Exit = "exit" )
Variables ¶
This section is empty.
Functions ¶
func GetMinerAcc ¶
func GetMinerAcc() []byte
func GetMinerIncomeAddr ¶
func GetMinerIncomeAddr() string
func GetMinerRecentSche ¶
func GetMinerRecentSche() string
func GetMinerSignAddr ¶
func GetMinerSignAddr() string
func GetMinerState ¶
func GetMinerState() string
func SetMinerAcc ¶
func SetMinerAcc(acc []byte)
func SetMinerIncomeAddr ¶
func SetMinerIncomeAddr(addr string)
func SetMinerRecentSche ¶
func SetMinerRecentSche(sche string)
func SetMinerSignAddr ¶
func SetMinerSignAddr(addr string)
func SetMinerState ¶
func SetMinerState(st string)
Types ¶
Click to show internal directories.
Click to hide internal directories.