# promptSecretUint

Description: promptSecretUint cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/Utilities/prompt-secret-uint.mdx

### Signature

```solidity
function promptSecretUint(
  string calldata promptText
) external returns (uint256);
```

### Description

Prompts the user for hidden uint256 in the terminal (usually pk).
