Developer Guides๐ Development UtilitiesConfigurationgetPrivateKeyOn this pagegetPrivateKey Signatureโ function getPrivateKey(string memory keyword) internal view returns(uint256); Descriptionโ Retrieves the private key for a given keyword from a environment file. Exampleโ uint256 deployerKey = getPrivateKey("DEPLOYER_PRIV_KEY");