Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountMeta ¶
type AccountMeta struct {
Owner address.Address // bls / secpk
}
func (*AccountMeta) ActorMeta ¶
func (am *AccountMeta) ActorMeta() json.RawMessage
type Actor ¶
type Actor struct { Type ActorType Balance abi.TokenAmount Meta json.RawMessage }
type Miner ¶
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 ¶
type MultisigMeta struct { Signers []address.Address Threshold int VestingDuration int VestingStart int }
func (*MultisigMeta) ActorMeta ¶
func (mm *MultisigMeta) ActorMeta() json.RawMessage
type PreSeal ¶
type PreSeal struct { CommR cid.Cid CommD cid.Cid SectorID abi.SectorNumber Deal markettypes.DealProposal DealClientKey types.KeyInfo ProofType abi.RegisteredSealProof }
Click to show internal directories.
Click to hide internal directories.