Preparing search index...
The search index is not available
@hashgraph/solo
@hashgraph/solo
src/core/config/remote/migration
Migration
Class Migration
Implements
IMigration
Index
Constructors
constructor
Accessors
from
Version
migrated
At
migrated
By
Methods
to
Object
validate
Constructors
constructor
new
Migration
(
migratedAt
:
Date
,
migratedBy
:
`
${
string
}
@
${
string
}
.
${
string
}
`
,
fromVersion
:
string
,
)
:
Migration
Parameters
migratedAt
:
Date
migratedBy
:
`
${
string
}
@
${
string
}
.
${
string
}
`
fromVersion
:
string
Returns
Migration
Accessors
from
Version
get
fromVersion
()
:
string
Returns
string
migrated
At
get
migratedAt
()
:
Date
Returns
Date
migrated
By
get
migratedBy
()
:
`
${
string
}
@
${
string
}
.
${
string
}
`
Returns
`
${
string
}
@
${
string
}
.
${
string
}
`
Methods
to
Object
toObject
()
:
IMigration
Returns
IMigration
validate
validate
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
from
Version
migrated
At
migrated
By
Methods
to
Object
validate
@hashgraph/solo
Loading...