vault.unpauseToken(UnpauseToken)
Unpause the security token for a vault via the Vault Factory. This sends a transaction from the vault deployer.
UnpauseToken Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| vaultDeployer | Signer | Required | Deployer signer authorized to unpause. Must be connected to a provider. |
| vaultFactory | string | Required | Vault Factory contract address. |
| vault | string | Required | Vault address whose token will be unpaused. |
Returns
| Field | Type | Description |
|---|---|---|
| status | unpaused | Status of the operation. |
| vault | string | Vault address whose token was unpaused. |
| vaultFactory | string | Vault Factory contract address. |
| unpausedBy | string | Address that submitted the transaction. |
| receipt | TransactionReceipt | Transaction receipt of the unpause call. |
Usage
TypeScript
JavaScript
Example outputs
- The vault deployer must be authorized in the Vault Factory.

