Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountMeta ¶ added in v0.3.0
type AccountMeta struct {
Owner address.Address // bls / secpk
}
func (*AccountMeta) ActorMeta ¶ added in v0.3.0
func (am *AccountMeta) ActorMeta() json.RawMessage
type Actor ¶ added in v0.3.0
type Actor struct {
Type ActorType
Balance abi.TokenAmount
Meta json.RawMessage
}
type Miner ¶ added in v0.3.0
type Miner struct {
ID address.Address
Owner address.Address
Worker address.Address
PeerId peer.ID //nolint:golint
MarketBalance abi.TokenAmount
PowerBalance abi.TokenAmount
SectorSize abi.SectorSize
Sectors []*PreSeal
}
type MultisigMeta ¶ added in v0.3.0
type MultisigMeta struct {
Signers []address.Address
Threshold int
VestingDuration int
VestingStart int
}
func (*MultisigMeta) ActorMeta ¶ added in v0.5.0
func (mm *MultisigMeta) ActorMeta() json.RawMessage
type PreSeal ¶
type PreSeal struct {
CommR cid.Cid
CommD cid.Cid
SectorID abi.SectorNumber
Deal market2.DealProposal
ProofType abi.RegisteredSealProof
}
Click to show internal directories.
Click to hide internal directories.