Constructor
new ChainMigrator(options)
Create ChainMigrator object.
Parameters:
Name | Type | Description |
---|---|---|
options |
Object |
- Source:
Methods
(async) getMigrationsToRun() → {Promise.<Set>}
Get list of migrations to run
- Source:
Returns:
- Type
- Promise.<Set>
(async) verifyDB() → {Promise}
Check chaindb flags
- Source:
Returns:
- Type
- Promise