Finished pending tasks
This commit is contained in:
12
contracts/lib/interfaces/IReputation.sol
Normal file
12
contracts/lib/interfaces/IReputation.sol
Normal file
@@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity >=0.8.4;
|
||||
|
||||
|
||||
interface IReputation {
|
||||
|
||||
function limiter(uint256 _userCredit)
|
||||
external
|
||||
pure
|
||||
returns(uint256 _spendLimit);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user