Interface TransferToVestingOperation

This operation converts HIVE into VFS (Vesting Fund Shares) at the current exchange rate. With this operation it is possible to give another account vesting shares so that faucets can pre-fund new accounts with vesting shares. (A.k.a. Powering Up)

Hierarchy

  • Operation

    Hierarchy

    • TransferToVestingOperation

Properties

0 1

Properties

0: "transfer_to_vesting"
1: { amount: string | Asset; from: string; to: string }

Type declaration

  • amount: string | Asset

    Amount to power up, must be HIVE

  • from: string
  • to: string

Generated using TypeDoc