Skip to content

Instantly share code, notes, and snippets.

@himanshuchawla009
Created April 24, 2018 10:06
Show Gist options
  • Select an option

  • Save himanshuchawla009/aa53bc8cde669744d6a881b41bf84570 to your computer and use it in GitHub Desktop.

Select an option

Save himanshuchawla009/aa53bc8cde669744d6a881b41bf84570 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.18;
import "./KeyValueStorage.sol";
contract StorageState {
KeyValueStorage _storage;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment