@hashgraph/solo
    Preparing search index...

    Represents a schema migration which can be applied to a source object to bring it up to date with the schema version of this migration.

    Implements

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Migrates the given source object to match the new schema. The source object may not be a copy of the original object and care must be taken to ensure that the original object is not modified.

      Parameters

      • source: object

        the copy of the source object to migrate.

      Returns Promise<object>

      a promise which resolves to the migrated object.