promptSecret
Signature
Section titled “Signature”function promptSecret( string calldata promptText) external returns (string memory input);Description
Section titled “Description”Prompts the user for a hidden string value in the terminal.
function promptSecret( string calldata promptText) external returns (string memory input);Prompts the user for a hidden string value in the terminal.