dsa-connectors/contracts/test/variables.sol
2022-03-06 11:22:12 +05:30

8 lines
170 B
Solidity

//SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
contract Variables {
// Auth Module(Address of Auth => bool).
mapping (address => bool) internal _auth;
}