Skip to content

Commit

Permalink
[api] balance api (#15755)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmark authored Jan 17, 2025
1 parent 1d8460a commit f7cc847
Show file tree
Hide file tree
Showing 11 changed files with 1,382 additions and 11 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ aptos-logger = { workspace = true }
aptos-mempool = { workspace = true }
aptos-metrics-core = { workspace = true }
aptos-runtimes = { workspace = true }
aptos-sdk = { workspace = true }
aptos-storage-interface = { workspace = true }
aptos-types = { workspace = true }
aptos-vm = { workspace = true }
Expand Down Expand Up @@ -55,7 +56,6 @@ aptos-gas-meter = { workspace = true }
aptos-gas-schedule = { workspace = true, features = ["testing"] }
aptos-move-stdlib = { workspace = true }
aptos-proptest-helpers = { workspace = true }
aptos-sdk = { workspace = true }
move-package = { workspace = true }
passkey-types = { workspace = true }
percent-encoding = { workspace = true }
Expand Down
Loading

0 comments on commit f7cc847

Please sign in to comment.