Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithdrawVestingOperation

At any given point in time an account can be withdrawing from their vesting shares. A user may change the number of shares they wish to cash out at any time between 0 and their total vesting stake.

After applying this operation, vesting_shares will be withdrawn at a rate of vesting_shares/104 per week for two years starting one week after this operation is included in the blockchain.

This operation is not valid if the user has no vesting shares. (A.k.a. Powering Down)

Hierarchy

Index

Properties

Properties

0

0: "withdraw_vesting"

1

1: object

Type declaration

  • account: string
  • vesting_shares: string | Asset

    Amount to power down, must be VESTS.

Generated using TypeDoc