Tooling
Module SDK
Modules
getColdStorageSetWaitPeriodAction

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getColdStorageSetWaitPeriodAction

Get the action to change the wait period for cold storage account.

Usage

const action = getColdStorageSetWaitPeriodAction({
  waitPeriod: 1000,
})

Parameters

waitPeriod

  • Type: number

The new wait period for the cold storage account.

Returns

action

The action to change the wait period for the cold storage account.