Skip to content

Commit

Permalink
[aptos-framework] token bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmark committed Dec 15, 2024
1 parent 1d4d981 commit 071eb44
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 80 deletions.
2 changes: 2 additions & 0 deletions aptos-move/framework/aptos-framework/doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This is the reference documentation of the Aptos framework.
- [`0x1::object`](object.md#0x1_object)
- [`0x1::object_code_deployment`](object_code_deployment.md#0x1_object_code_deployment)
- [`0x1::optional_aggregator`](optional_aggregator.md#0x1_optional_aggregator)
- [`0x1::permissioned_delegation`](permissioned_delegation.md#0x1_permissioned_delegation)
- [`0x1::permissioned_signer`](permissioned_signer.md#0x1_permissioned_signer)
- [`0x1::primary_fungible_store`](primary_fungible_store.md#0x1_primary_fungible_store)
- [`0x1::randomness`](randomness.md#0x1_randomness)
Expand All @@ -67,6 +68,7 @@ This is the reference documentation of the Aptos framework.
- [`0x1::storage_gas`](storage_gas.md#0x1_storage_gas)
- [`0x1::system_addresses`](system_addresses.md#0x1_system_addresses)
- [`0x1::timestamp`](timestamp.md#0x1_timestamp)
- [`0x1::token_bucket`](token_bucket.md#0x1_token_bucket)
- [`0x1::transaction_context`](transaction_context.md#0x1_transaction_context)
- [`0x1::transaction_fee`](transaction_fee.md#0x1_transaction_fee)
- [`0x1::transaction_validation`](transaction_validation.md#0x1_transaction_validation)
Expand Down
Loading

0 comments on commit 071eb44

Please sign in to comment.