Skip to content

Commit

Permalink
fix: add getAvailableKeyPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jun 26, 2024
1 parent 494dfc7 commit 7c0c488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/IScKeystore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ interface IScKeystore {
function addUser(UserInfo calldata userInfo) external;
function getUser(address user) external view returns (UserInfo memory);
function addKeyPackage(KeyPackage calldata) external;
function getAvailableKeyPackage(address user) external view returns (KeyPackage memory);
}

0 comments on commit 7c0c488

Please sign in to comment.