1
0

🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-08-10 20:39:03 +02:00
parent c0deaf6326
commit 018bac0c75

View File

@ -4,6 +4,8 @@ pragma solidity 0.8.28;
import "./lib/forge-std/src/interfaces/IERC20.sol";
// TODO: test deploying and test functions
contract knlWallet {
struct Transaction {
address destination;