dsa-connectors/contracts/test/variables.sol

6 lines
138 B
Solidity
Raw Permalink Normal View History

2021-08-31 16:17:03 +00:00
pragma solidity ^0.7.0;
contract Variables {
// Auth Module(Address of Auth => bool).
mapping (address => bool) internal _auth;
}