Class: WalletMigrator

blockchain.WalletMigrator(options)

Wallet Migrator

Constructor

new WalletMigrator(options)

Create WalletMigrator object.

Parameters:
Name Type Description
options Object
Source:

Methods

createContext(state) → {WalletMigrationContext}

Parameters:
Name Type Description
state MigrationState
Source:
Returns:
Type
WalletMigrationContext

(async) getMigrationsToRun() → {Promise.<Set>}

Get list of migrations to run

Source:
Returns:
Type
Promise.<Set>