Interface WithdrawVestingOperation

Generic operation.

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

Hierarchy (view full)

Properties

0 1

Properties

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

Type declaration

  • account: string
  • vesting_shares: string | Asset

    Amount to power down, must be VESTS.