Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2023 Changes in this version + const MaxSectorNumber + const RandomnessLength + const RegisteredAggregationProof_SnarkPackV1 + const RegisteredAggregationProof_SnarkPackV2 + const RegisteredPoStProof_StackedDrgWindow2KiBV1 + const RegisteredPoStProof_StackedDrgWindow2KiBV1_1 + const RegisteredPoStProof_StackedDrgWindow32GiBV1 + const RegisteredPoStProof_StackedDrgWindow32GiBV1_1 + const RegisteredPoStProof_StackedDrgWindow512MiBV1 + const RegisteredPoStProof_StackedDrgWindow512MiBV1_1 + const RegisteredPoStProof_StackedDrgWindow64GiBV1 + const RegisteredPoStProof_StackedDrgWindow64GiBV1_1 + const RegisteredPoStProof_StackedDrgWindow8MiBV1 + const RegisteredPoStProof_StackedDrgWindow8MiBV1_1 + const RegisteredPoStProof_StackedDrgWinning2KiBV1 + const RegisteredPoStProof_StackedDrgWinning32GiBV1 + const RegisteredPoStProof_StackedDrgWinning512MiBV1 + const RegisteredPoStProof_StackedDrgWinning64GiBV1 + const RegisteredPoStProof_StackedDrgWinning8MiBV1 + const RegisteredSealProof_StackedDrg2KiBV1 + const RegisteredSealProof_StackedDrg2KiBV1_1 + const RegisteredSealProof_StackedDrg32GiBV1 + const RegisteredSealProof_StackedDrg32GiBV1_1 + const RegisteredSealProof_StackedDrg512MiBV1 + const RegisteredSealProof_StackedDrg512MiBV1_1 + const RegisteredSealProof_StackedDrg64GiBV1 + const RegisteredSealProof_StackedDrg64GiBV1_1 + const RegisteredSealProof_StackedDrg8MiBV1 + const RegisteredSealProof_StackedDrg8MiBV1_1 + const RegisteredUpdateProof_StackedDrg2KiBV1 + const RegisteredUpdateProof_StackedDrg32GiBV1 + const RegisteredUpdateProof_StackedDrg512MiBV1 + const RegisteredUpdateProof_StackedDrg64GiBV1 + const RegisteredUpdateProof_StackedDrg8MiBV1 + var CIDInlineLimit = -1 + var CidBuilder cid.Builder = cidBuilder + var HashFunction = uint64(mh.BLAKE2B_MIN + 31) + var PoStProofInfos = map[RegisteredPoStProof]*PoStProofInfo + var SealProofInfos = map[RegisteredSealProof]*SealProofInfo + func AddressValidForNetworkVersion(addr address.Address, nv network.Version) bool + func IntKey(k int64) intKey + func ParseIntKey(k string) (int64, error) + func ParseUIntKey(k string) (uint64, error) + func UIntKey(k uint64) uintKey + type ActorID uint64 + func (e ActorID) String() string + type AddrKey address.Address + func (k AddrKey) Key() string + type AddrPairKey struct + First address.Address + Second address.Address + func NewAddrPairKey(first address.Address, second address.Address) *AddrPairKey + func (k *AddrPairKey) Key() string + func (t *AddrPairKey) MarshalCBOR(w io.Writer) error + func (t *AddrPairKey) UnmarshalCBOR(r io.Reader) error + type CborBytes []byte + func (t *CborBytes) MarshalCBOR(w io.Writer) error + func (t *CborBytes) UnmarshalCBOR(r io.Reader) error + type CborBytesTransparent []byte + func (t *CborBytesTransparent) MarshalCBOR(w io.Writer) error + func (t *CborBytesTransparent) UnmarshalCBOR(r io.Reader) error + type CborString string + func (t *CborString) MarshalCBOR(w io.Writer) error + func (t *CborString) UnmarshalCBOR(r io.Reader) error + type ChainEpoch int64 + func (e ChainEpoch) String() string + type CidKey cid.Cid + func (k CidKey) Key() string + type DealID uint64 + type DealWeight = big.Int + type EmptyValue struct + var Empty *EmptyValue = nil + func (v *EmptyValue) MarshalCBOR(_ io.Writer) error + func (v *EmptyValue) UnmarshalCBOR(_ io.Reader) error + type IdAddrKey address.Address + func (k IdAddrKey) Key() string + type InteractiveSealRandomness Randomness + type Keyer interface + Key func() string + type MethodNum uint64 + func (e MethodNum) String() string + type Multiaddrs = []byte + type PaddedPieceSize uint64 + func (s PaddedPieceSize) Unpadded() UnpaddedPieceSize + func (s PaddedPieceSize) Validate() error + type PeerID = []byte + type PieceInfo struct + PieceCID cid.Cid + Size PaddedPieceSize + func (t *PieceInfo) MarshalCBOR(w io.Writer) error + func (t *PieceInfo) UnmarshalCBOR(r io.Reader) error + type PoStProofInfo struct + ProofSize uint64 + SectorSize SectorSize + type PoStRandomness Randomness + type Randomness []byte + type RegisteredAggregationProof int64 + type RegisteredPoStProof int64 + func (p RegisteredPoStProof) ProofSize() (uint64, error) + func (p RegisteredPoStProof) SectorSize() (SectorSize, error) + func (r RegisteredPoStProof) ToV1_1PostProof() (RegisteredPoStProof, error) + type RegisteredSealProof int64 + func (p RegisteredSealProof) ProofSize() (uint64, error) + func (p RegisteredSealProof) RegisteredUpdateProof() (RegisteredUpdateProof, error) + func (p RegisteredSealProof) RegisteredWindowPoStProof() (RegisteredPoStProof, error) + func (p RegisteredSealProof) RegisteredWindowPoStProofByNetworkVersion(nv network.Version) (RegisteredPoStProof, error) + func (p RegisteredSealProof) RegisteredWinningPoStProof() (RegisteredPoStProof, error) + func (p RegisteredSealProof) SectorSize() (SectorSize, error) + type RegisteredUpdateProof int64 + type SealProofInfo struct + ProofSize uint64 + SectorSize SectorSize + UpdateProof RegisteredUpdateProof + WindowPoStProof RegisteredPoStProof + WinningPoStProof RegisteredPoStProof + type SealRandomness Randomness + type SectorID struct + Miner ActorID + Number SectorNumber + func (t *SectorID) MarshalCBOR(w io.Writer) error + func (t *SectorID) UnmarshalCBOR(r io.Reader) error + type SectorNumber uint64 + func (s SectorNumber) String() string + type SectorQuality = big.Int + type SectorSize uint64 + func (s SectorSize) ShortString() string + func (s SectorSize) String() string + type StoragePower = big.Int + func NewStoragePower(n int64) StoragePower + type TokenAmount = big.Int + func NewTokenAmount(t int64) TokenAmount + type UnpaddedPieceSize uint64 + func (s UnpaddedPieceSize) Padded() PaddedPieceSize + func (s UnpaddedPieceSize) Validate() error