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
- Type:
Action
The action to change the wait period for the cold storage account.