Documentation ¶
Index ¶
- Constants
- Variables
- func AddManifest(av Version, manifestCid cid.Cid)
- func CanonicalName(name string) string
- func GetActorCodeID(av Version, name string) (cid.Cid, bool)
- func GetBuiltinActorsKeys() []string
- func GetManifest(av Version) (cid.Cid, bool)
- func LoadManifests(ctx context.Context, store cbor.IpldStore) error
- func SerializeParams(i cbg.CBORMarshaler) ([]byte, aerrors.ActorError)
- type Version
Constants ¶
View Source
const ( AccountKey = "account" CronKey = "cron" InitKey = "init" MarketKey = "storagemarket" MinerKey = "storageminer" MultisigKey = "multisig" PaychKey = "paymentchannel" PowerKey = "storagepower" RewardKey = "reward" SystemKey = "system" VerifregKey = "verifiedregistry" )
Variables ¶
View Source
var LatestVersion = 8
View Source
var Versions = []int{0, 2, 3, 4, 5, 6, 7, 8}
Functions ¶
func AddManifest ¶
func CanonicalName ¶ added in v1.6.0
func GetBuiltinActorsKeys ¶ added in v1.6.0
func GetBuiltinActorsKeys() []string
func SerializeParams ¶
func SerializeParams(i cbg.CBORMarshaler) ([]byte, aerrors.ActorError)
Types ¶
Click to show internal directories.
Click to hide internal directories.