Skip to content

Commit

Permalink
Create IPIBankFactory.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jun 15, 2024
1 parent a4641ef commit 7b33110
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pragma solidity ^0.8.4;

interface IPIBankFactory {
function createPIBank() external;
function getPIBank(address user) external view returns (IPIBank);
}

0 comments on commit 7b33110

Please sign in to comment.