dsteem
    Preparing search index...

    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 steem and back, guaranteeing they maintain their value.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

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