new MigrateTXDBBalances(options)
Create TXDB Balance migration object.
Parameters:
| Name | Type | Description | 
|---|---|---|
| options | WalletMigratorOptions | 
- Source:
Members
options :WalletMigratorOptions
Type:
- WalletMigratorOptions
- Source:
Methods
(async) check() → {Promise.<MigrationType>}
We always migrate.
- Source:
Returns:
- Type
- Promise.<MigrationType>
(async) migrate(b, ctxopt) → {Promise}
Actual migration
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| b | Batch | ||
| ctx | WalletMigrationContext | <optional> | 
- Source:
Returns:
- Type
- Promise