Documentation
¶
Index ¶
- type GenesisInitActorTaskResult
- type GenesisMarketTaskResult
- type GenesisMinerTaskResult
- type ProcessGenesisSingletonResult
- func (r *ProcessGenesisSingletonResult) AddMiner(m *miner.MinerTaskResult)
- func (r *ProcessGenesisSingletonResult) AddMsig(m *multisig.MultisigTaskResult)
- func (r *ProcessGenesisSingletonResult) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
- func (r *ProcessGenesisSingletonResult) SetInitActor(m *GenesisInitActorTaskResult)
- func (r *ProcessGenesisSingletonResult) SetMarket(m *GenesisMarketTaskResult)
- func (r *ProcessGenesisSingletonResult) SetPower(p *power.PowerTaskResult)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenesisInitActorTaskResult ¶
type GenesisInitActorTaskResult struct {
AddressMap init_.IdAddressList
}
func (*GenesisInitActorTaskResult) Persist ¶
func (g *GenesisInitActorTaskResult) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
type GenesisMarketTaskResult ¶
type GenesisMarketTaskResult struct { DealModels market.MarketDealStates ProposalModels market.MarketDealProposals }
func (*GenesisMarketTaskResult) Persist ¶
func (g *GenesisMarketTaskResult) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
type GenesisMinerTaskResult ¶
type GenesisMinerTaskResult struct { CurrDeadlineModels miner.MinerCurrentDeadlineInfoList FeeDebtModels miner.MinerFeeDebtList LockedFundsModel miner.MinerLockedFundsList InfoModels miner.MinerInfoList SectorModels miner.MinerSectorInfoList DealModels miner.MinerSectorDealList }
type ProcessGenesisSingletonResult ¶
type ProcessGenesisSingletonResult struct {
// contains filtered or unexported fields
}
func (*ProcessGenesisSingletonResult) AddMiner ¶
func (r *ProcessGenesisSingletonResult) AddMiner(m *miner.MinerTaskResult)
func (*ProcessGenesisSingletonResult) AddMsig ¶
func (r *ProcessGenesisSingletonResult) AddMsig(m *multisig.MultisigTaskResult)
func (*ProcessGenesisSingletonResult) Persist ¶
func (r *ProcessGenesisSingletonResult) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
func (*ProcessGenesisSingletonResult) SetInitActor ¶
func (r *ProcessGenesisSingletonResult) SetInitActor(m *GenesisInitActorTaskResult)
func (*ProcessGenesisSingletonResult) SetMarket ¶
func (r *ProcessGenesisSingletonResult) SetMarket(m *GenesisMarketTaskResult)
func (*ProcessGenesisSingletonResult) SetPower ¶
func (r *ProcessGenesisSingletonResult) SetPower(p *power.PowerTaskResult)
Click to show internal directories.
Click to hide internal directories.