
Transfer HIVE into a vesting fund represented by vesting shares (VESTS).
VESTS are required to vesting for a minimum of one coin year and can be
withdrawn once a week over a two year withdraw period. VESTS are protected
against dilution up until 90% of HIVE is vesting.

Parameters:
    from: The account the HIVE is coming from (type: const string &)
    to: The account getting the VESTS (type: const string &)
    amount: The amount of HIVE to vest i.e. "100.00 HIVE" (type: const
	wallet_serializer_wrapper<hive::protocol::asset> &)
    broadcast: true if you wish to broadcast the transaction (type: bool)
