feat: add withdraw methods

This commit is contained in:
royvardhan
2025-01-22 20:33:24 +05:30
parent 113a996c16
commit 78fa890cd3
60 changed files with 50 additions and 27724 deletions

View File

@@ -1,16 +0,0 @@
{
"name": "forge-std",
"version": "1.9.5",
"description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.",
"homepage": "https://book.getfoundry.sh/forge/forge-std",
"bugs": "https://github.com/foundry-rs/forge-std/issues",
"license": "(Apache-2.0 OR MIT)",
"author": "Contributors to Forge Standard Library",
"files": [
"src/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/foundry-rs/forge-std.git"
}
}