Documentation ¶
Index ¶
- type MinerState
- func (m *MinerState) API() actorstate.ActorStateAPI
- func (m *MinerState) Actor() types.Actor
- func (m *MinerState) Address() address.Address
- func (m *MinerState) ChangeType() tasks.ChangeType
- func (m *MinerState) CurrentState() miner.State
- func (m *MinerState) CurrentTipSet() *types.TipSet
- func (m *MinerState) ParentState() miner.State
- func (m *MinerState) ParentTipSet() *types.TipSet
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinerState ¶
type MinerState struct {
// contains filtered or unexported fields
}
func LoadMinerStates ¶
func LoadMinerStates(ctx context.Context, a actorstate.ActorInfo, api actorstate.ActorStateAPI) (*MinerState, error)
func (*MinerState) API ¶
func (m *MinerState) API() actorstate.ActorStateAPI
func (*MinerState) Actor ¶
func (m *MinerState) Actor() types.Actor
func (*MinerState) Address ¶
func (m *MinerState) Address() address.Address
func (*MinerState) ChangeType ¶
func (m *MinerState) ChangeType() tasks.ChangeType
func (*MinerState) CurrentState ¶
func (m *MinerState) CurrentState() miner.State
func (*MinerState) CurrentTipSet ¶
func (m *MinerState) CurrentTipSet() *types.TipSet
func (*MinerState) ParentState ¶
func (m *MinerState) ParentState() miner.State
func (*MinerState) ParentTipSet ¶
func (m *MinerState) ParentTipSet() *types.TipSet
Click to show internal directories.
Click to hide internal directories.