Documentation ¶
Index ¶
- Constants
- Variables
- func ActorNameByCode(c cid.Cid) string
- func GetAccountActorCodeID(av actors.Version) (cid.Cid, error)
- func GetCronActorCodeID(av actors.Version) (cid.Cid, error)
- func GetInitActorCodeID(av actors.Version) (cid.Cid, error)
- func GetMarketActorCodeID(av actors.Version) (cid.Cid, error)
- func GetMinerActorCodeID(av actors.Version) (cid.Cid, error)
- func GetMultisigActorCodeID(av actors.Version) (cid.Cid, error)
- func GetPaymentChannelActorCodeID(av actors.Version) (cid.Cid, error)
- func GetPowerActorCodeID(av actors.Version) (cid.Cid, error)
- func GetRewardActorCodeID(av actors.Version) (cid.Cid, error)
- func GetSystemActorCodeID(av actors.Version) (cid.Cid, error)
- func GetVerifregActorCodeID(av actors.Version) (cid.Cid, error)
- func IsAccountActor(c cid.Cid) bool
- func IsBuiltinActor(c cid.Cid) bool
- func IsMultisigActor(c cid.Cid) bool
- func IsPaymentChannelActor(c cid.Cid) bool
- func IsStorageMinerActor(c cid.Cid) bool
- func QAPowerForWeight(size abi.SectorSize, duration abi.ChainEpoch, ...) abi.StoragePower
- type ExtendedSectorInfo
- type FilterEstimate
- type PoStProof
- type SectorInfo
Constants ¶
View Source
const ( EpochDurationSeconds = builtin.EpochDurationSeconds EpochsInDay = builtin.EpochsInDay SecondsInDay = builtin.SecondsInDay )
View Source
const ( MethodSend = builtin.MethodSend MethodConstructor = builtin.MethodConstructor )
Variables ¶
View Source
var BurntFundsActorAddr = builtin.BurntFundsActorAddr
View Source
var CronActorAddr = builtin.CronActorAddr
View Source
var (
ExpectedLeadersPerEpoch = builtin.ExpectedLeadersPerEpoch
)
View Source
var ReserveAddress = makeAddress("t090")
View Source
var RootVerifierAddress = makeAddress("t080")
View Source
var SaftAddress = makeAddress("t0122")
View Source
var SystemActorAddr = builtin.SystemActorAddr
Functions ¶
func ActorNameByCode ¶
func ActorNameByCode(c cid.Cid) string
func GetAccountActorCodeID ¶ added in v1.6.0
func GetCronActorCodeID ¶ added in v1.6.0
func GetInitActorCodeID ¶ added in v1.6.0
func GetMarketActorCodeID ¶ added in v1.6.0
func GetMinerActorCodeID ¶ added in v1.6.0
func GetMultisigActorCodeID ¶ added in v1.6.0
func GetPaymentChannelActorCodeID ¶ added in v1.6.0
func GetPowerActorCodeID ¶ added in v1.6.0
func GetRewardActorCodeID ¶ added in v1.6.0
func GetSystemActorCodeID ¶ added in v1.6.0
func GetVerifregActorCodeID ¶ added in v1.6.0
func IsAccountActor ¶
func IsAccountActor(c cid.Cid) bool
func IsBuiltinActor ¶
func IsBuiltinActor(c cid.Cid) bool
func IsMultisigActor ¶
func IsMultisigActor(c cid.Cid) bool
func IsPaymentChannelActor ¶
func IsPaymentChannelActor(c cid.Cid) bool
func IsStorageMinerActor ¶
func IsStorageMinerActor(c cid.Cid) bool
func QAPowerForWeight ¶
func QAPowerForWeight(size abi.SectorSize, duration abi.ChainEpoch, dealWeight, verifiedWeight abi.DealWeight) abi.StoragePower
Types ¶
type ExtendedSectorInfo ¶
type ExtendedSectorInfo = proof.ExtendedSectorInfo
type FilterEstimate ¶
type FilterEstimate = smoothingtypes.FilterEstimate
type SectorInfo ¶
type SectorInfo = proof.SectorInfo
These are all just type aliases across actor versions. In the future, that might change and we might need to do something fancier.
Click to show internal directories.
Click to hide internal directories.