Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDAddress ¶ added in v0.10.1
type IDAddress struct { // Epoch when this address mapping was created or updated. Height int64 `pg:",pk,notnull,use_zero"` // ID address ID string `pg:",pk,notnull"` // Robust address Address string `pg:",pk,notnull"` // StateRoot when this address mapping was created or updated. StateRoot string `pg:",pk,notnull"` // contains filtered or unexported fields }
IDAddress contains a mapping of ID addresses to robust addresses from the init actor’s state.
type IDAddressList ¶ added in v0.10.1
type IDAddressList []*IDAddress
func (IDAddressList) Persist ¶ added in v0.10.1
func (ias IDAddressList) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
type IDAddressV0 ¶ added in v0.10.1
Click to show internal directories.
Click to hide internal directories.