Skip to content

Commit

Permalink
Create IKosasihUniversalisBridge.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 27, 2024
1 parent 8f89616 commit fa7d0c2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pragma solidity ^0.8.0;

interface IKosasihUniversalisBridge {
function transferTokens(address _token, address _from, address _to, uint256 _amount) external;

function executeCrossChainTransaction(bytes _transactionData) external;
}

0 comments on commit fa7d0c2

Please sign in to comment.