Documentation ¶
Index ¶
- Variables
- type ComputeProofRequest
- type ConnectState
- type ConnectedCompleted
- type ConnectionStates
- type HostKey
- type MarketConnectionState
- type MarketRegisterPolicy
- type MinerState
- type ProofRegisterPolicy
- type RequestEvent
- type ResponseEvent
- type UnsealRequest
- type UnsealState
- type WalletDetail
- type WalletRegisterPolicy
- type WalletSignRequest
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ComputeProofRequest ¶
type ComputeProofRequest struct { SectorInfos []builtin.ExtendedSectorInfo Rand abi.PoStRandomness Height abi.ChainEpoch NWVersion network.Version }
type ConnectState ¶
type ConnectedCompleted ¶
type ConnectionStates ¶
type ConnectionStates struct { Connections []*ConnectState ConnectionCount int }
type MarketConnectionState ¶
type MarketConnectionState struct { Addr address.Address Conn ConnectionStates }
type MarketRegisterPolicy ¶
type MarketRegisterPolicy struct {
Miner address.Address
}
type MinerState ¶
type MinerState struct { Connections []*ConnectState ConnectionCount int }
type ProofRegisterPolicy ¶
type ProofRegisterPolicy struct {
MinerAddress address.Address
}
type RequestEvent ¶
type ResponseEvent ¶
type UnsealRequest ¶
type UnsealRequest struct { PieceCid cid.Cid Miner address.Address Sid abi.SectorNumber Offset types.UnpaddedByteIndex Size abi.UnpaddedPieceSize Dest string }
type UnsealState ¶ added in v1.12.0
type UnsealState string
const ( UnsealStateSet UnsealState = "set_up" UnsealStateFinished UnsealState = "finished" UnsealStateFailed UnsealState = "failed" UnsealStateUnsealing UnsealState = "unsealing" UnsealStateUploading UnsealState = "uploading" )
type WalletDetail ¶
type WalletDetail struct { Account string SupportAccounts []string ConnectStates []ConnectState }
type WalletRegisterPolicy ¶
type WalletSignRequest ¶
Click to show internal directories.
Click to hide internal directories.