Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdAddress ¶
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"` }
IdAddress contains a mapping of ID addresses to robust addresses from the init actor’s state.
type IdAddressList ¶
type IdAddressList []*IdAddress
func (IdAddressList) Persist ¶
func (ias IdAddressList) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
type IdAddressV0 ¶
Click to show internal directories.
Click to hide internal directories.