promptUint
Signature
Section titled “Signature”function promptUint(string calldata promptText) external returns (uint256);Description
Section titled “Description”Prompts the user for uint256 in the terminal.
function promptUint(string calldata promptText) external returns (uint256);Prompts the user for uint256 in the terminal.