Skip to content

Commit

Permalink
add permissioned signer move code (#15735)
Browse files Browse the repository at this point in the history
* add permissioned signer move code

* Update aptos-move/framework/aptos-framework/sources/permissioned_signer.move

Co-authored-by: Aaron <[email protected]>

---------

Co-authored-by: Aaron <[email protected]>
  • Loading branch information
runtian-zhou and lightmark authored Jan 15, 2025
1 parent 842bb85 commit 817f444
Show file tree
Hide file tree
Showing 11 changed files with 5,036 additions and 3 deletions.
1 change: 1 addition & 0 deletions aptos-move/framework/aptos-framework/doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ This is the reference documentation of the Aptos framework.
- [`0x1::object_code_deployment`](object_code_deployment.md#0x1_object_code_deployment)
- [`0x1::optional_aggregator`](optional_aggregator.md#0x1_optional_aggregator)
- [`0x1::ordered_map`](ordered_map.md#0x1_ordered_map)
- [`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)
- [`0x1::randomness_api_v0_config`](randomness_api_v0_config.md#0x1_randomness_api_v0_config)
Expand Down
Loading

0 comments on commit 817f444

Please sign in to comment.