Create SimpleStore.abi.sol
This commit is contained in:
parent
457253a46d
commit
99d0dfd785
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0
|
||||
|
||||
pragma solidity >=0.7.0 <0.9.0;
|
||||
|
||||
interface SimpleStore {
|
||||
function store(uint256 value) external;
|
||||
}
|
Loading…
Reference in New Issue