migrate
Last updated
Last updated
near-bindgen • Docs
near-sdk-js v2.0.0 / near-bindgen / migrate
migrate(
_empty
):DecoratorFunction
Tells the SDK to use this function as the migration function of the contract. The migration function will ignore te existing state.
• _empty: EmptyParameterObject
An empty object.
DecoratorFunction