Structsยง
- Deferred
Migrator ๐ - A migrator that does nothing but delegates the explicit migration logic to post migrator(s)
- NilMigrator ๐
- Migrator which preserves the head CID and provides a fixed result code CID. This is used to migrate actors which do not require any state migration.
Functionsยง
- nil_
migrator ๐ - Creates a new migrator which preserves the head CID and provides a fixed result code CID.