dsteem
    Preparing search index...

    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)

    interface WithdrawVestingOperation {
        "0": "withdraw_vesting";
        "1": { account: string; vesting_shares: string | Asset };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "withdraw_vesting"
    "1": { account: string; vesting_shares: string | Asset }

    Type Declaration

    • account: string
    • vesting_shares: string | Asset

      Amount to power down, must be VESTS.