Skip to main content

celocli lockedcelo

View and manage locked CELO

celocli lockedcelo:delegate

Delegate locked celo.
See code: src/commands/lockedcelo/delegate.ts

celocli lockedcelo:delegate-info

Delegate info about account.
See code: src/commands/lockedcelo/delegate-info.ts

celocli lockedcelo:lock

Locks CELO to be used in governance and validator elections.
See code: src/commands/lockedcelo/lock.ts

celocli lockedcelo:max-delegatees-count

Returns the maximum number of delegates allowed per account.
See code: src/commands/lockedcelo/max-delegatees-count.ts

celocli lockedcelo:revoke-delegate

Revoke delegated locked celo.
See code: src/commands/lockedcelo/revoke-delegate.ts

celocli lockedcelo:show ARG1

Show Locked Celo information for a given account. This includes the total amount of locked celo, the amount being used for voting in Validator Elections, the Locked Celo balance this account is required to maintain due to a registered Validator or Validator Group, and any pending withdrawals that have been initiated via “lockedcelo:unlock”.
See code: src/commands/lockedcelo/show.ts

celocli lockedcelo:unlock

Unlocks CELO, which can be withdrawn after the unlocking period. Unlocked celo will appear as a “pending withdrawal” until the unlocking period is over, after which it can be withdrawn via “lockedgold:withdraw”.
See code: src/commands/lockedcelo/unlock.ts

celocli lockedcelo:update-delegated-amount

Updates the amount of delegated locked celo. There might be discrepancy between the amount of locked celo and the amount of delegated locked celo because of received rewards.
See code: src/commands/lockedcelo/update-delegated-amount.ts

celocli lockedcelo:withdraw

Withdraw any pending withdrawals created via “lockedgold:unlock” that have become available.
See code: src/commands/lockedcelo/withdraw.ts