Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update delegation-pool-operations.md #10171

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ This section describes the available operations that can be performed on this re
--args address:<pool_address> u64:<amount>
```


## Perform pool owner operations

Delegation pool owners have access to specific methods designed for modifying the `operator` and `voter` roles of the delegation pool. Use the following Aptos CLI commands and include the relevant addresses:
Expand All @@ -105,13 +106,6 @@ Delegation pool owners have access to specific methods designed for modifying th
--args address:<new_operator_address>
```

* Set the delegated voter address for the delegation pool:

```bash
aptos move run --profile delegation_pool_owner \
--function-id 0x1::delegation_pool::set_delegated_voter \
--args address:<new_delegated_voter_address>
```

## Check delegation pool information

Expand Down
Loading