Interface SetWithdrawVestingRouteOperation

Allows an account to setup a vesting withdraw but with the additional request for the funds to be transferred directly to another account's balance rather than the withdrawing account. In addition, those funds can be immediately vested again, circumventing the conversion from vests to hive and back, guaranteeing they maintain their value.

Hierarchy

  • Operation

    Hierarchy

    • SetWithdrawVestingRouteOperation

Properties

0 1

Properties

0: "set_withdraw_vesting_route"
1: { auto_vest: boolean; from_account: string; percent: number; to_account: string }

Type declaration

  • auto_vest: boolean
  • from_account: string
  • percent: number
  • to_account: string

Generated using TypeDoc