Skip to content

Commit e77e7a6

Browse files
add [Interface]: transfer
1 parent bd54bb8 commit e77e7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/interface/IProperty.sol

Lines changed: 2 additions & 0 deletions
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)