dsteem
    Preparing search index...

    Interface TransferToVestingOperation

    This operation converts STEEM 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)

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

    Hierarchy (View Summary)

    Index

    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 STEEM.

    • from: string
    • to: string