Skip to content

Commit 02f2a39

Browse files
authored
Merge pull request #1310 from KukretiShubham/main
add [Interface]: transfer
2 parents 22c5634 + e77e7a6 commit 02f2a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: contracts/interface/IProperty.sol

+2
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ interface IProperty {
1111
function changeSymbol(string calldata _symbol) external;
1212

1313
function withdraw(address _sender, uint256 _value) external;
14+
15+
function transfer(address _to, uint256 _value) public returns (bool);
1416
}

0 commit comments

Comments
 (0)