IParameterRegistryLike
This is the minimal interface needed by contracts within this subdirectory.
Functions
set
function set(string calldata key_, bytes32 value_) external;
get
function get(string calldata key_) external view returns (bytes32 value_);
get
function get(string[] calldata keys_) external view returns (bytes32[] memory values_);