How To Undelegate Resources
Goal
Return originally delegated resource for an account.
Beware that only the account which originally delegated resource can undelegate.
Before you begin
Install the currently supported version of
cleos
.Ensure the reference system contracts from
cyberway.contracts
repository is deployed and used to manage system resources.
Steps
alice
account withdraws 10 CYBER from bob
account which were previously delegated to him: This operation is performed in two steps.
Step_1: Request for a return of delegated staked tokens.
or using specialized cleos system command undelegatebw
:
Step_2: Crediting withdrawn tokens to a stake.
or using specialized cleos system command claimbw
:
Note The (RAM, NET, CPU, Storage) resources are not directly undelegated. Instead of resources, their total cost is undelegated — number of staked tokens.
Useful links
Last updated