Documentation ¶
Index ¶
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" DatacapKey = "datacap" EvmKey = "evm" EamKey = "eam" PlaceholderKey = "placeholder" EthAccountKey = "ethaccount" )
Variables ¶
This section is empty.
Functions ¶
func GetBuiltinActorsKeys ¶ added in v0.9.0
func GetBuiltinActorsKeys(av actorstypes.Version) []string
Types ¶
type Manifest ¶
type Manifest struct { Version uint64 // this is really u32, but cbor-gen can't deal with it Data cid.Cid // contains filtered or unexported fields }
type ManifestData ¶
type ManifestData struct {
Entries []ManifestEntry
}
func (*ManifestData) MarshalCBOR ¶
func (d *ManifestData) MarshalCBOR(w io.Writer) error
func (*ManifestData) UnmarshalCBOR ¶
func (d *ManifestData) UnmarshalCBOR(r io.Reader) error
this is a flat tuple, so we need to write these by hand
type ManifestEntry ¶
type ManifestEntry struct { Name string Code cid.Cid }
func (*ManifestEntry) MarshalCBOR ¶
func (t *ManifestEntry) MarshalCBOR(w io.Writer) error
func (*ManifestEntry) UnmarshalCBOR ¶
func (t *ManifestEntry) UnmarshalCBOR(r io.Reader) error
Click to show internal directories.
Click to hide internal directories.