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

