Skip to content

Commit

Permalink
Update eosio.system-undelegatebw-rc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kesar authored Jun 3, 2018
1 parent 3cc24b5 commit 7ef60f7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions eosio.system/eosio.system-undelegatebw-rc.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# eosio.system undelegatebw
# Action - `{{ undelegatebw }}`

## undelegatebw
(account_name-from;
account_name-to;
asset-unstake_net_quantity;
asset-unstake_cpu_quantity)
## Description

_Intent: unstake tokens from bandwidth_
The intent of the `{{ undelegatebw }}` action is to unstake tokens from bandwidth.

As an authorized party I {{ signer }} wish to unstake {{ asset-unstake_cpu_quantity }} from CPU and {{ asset-unstake_net_quantity }} from bandwidth from the tokens owned by {{ account_name-from }} previously delegated for the use of delegatee {{ account_name-to }}.
As an authorized party I {{ signer }} wish to unstake {{ unstake_cpu_quantity }} from CPU and {{ unstake_net_quantity }} from bandwidth from the tokens owned by {{ account_name-from }} previously delegated for the use of delegatee {{ to }}.

If I as signer am not the beneficial owner of these tokens I stipulate I have proof that I’ve been authorized to take this action by their beneficial owner(s).

0 comments on commit 7ef60f7

Please sign in to comment.