monero/src/wallet
Thomas Winget d433a696e5 wallet RPC converted to use new transaction semantics
wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead
of wallet2::transfer.  This made it possible to add the RPC call /transfer_split, which
will split transactions automatically if they are too large.  The old call to
/transfer will return an error stating to use /transfer_split if multiple
transactions are needed to fulfill the request.
2014-06-30 07:16:50 -04:00
..
wallet2.cpp wallet RPC converted to use new transaction semantics 2014-06-30 07:16:50 -04:00
wallet2.h wallet RPC converted to use new transaction semantics 2014-06-30 07:16:50 -04:00
wallet_errors.h most functions prototyped/modified for wallet recovery 2014-06-12 19:05:51 -04:00
wallet_rpc_server_commands_defs.h wallet RPC converted to use new transaction semantics 2014-06-30 07:16:50 -04:00
wallet_rpc_server_error_codes.h Added incoming_transfers RPC API method 2014-06-02 22:36:35 +02:00
wallet_rpc_server.cpp wallet RPC converted to use new transaction semantics 2014-06-30 07:16:50 -04:00
wallet_rpc_server.h wallet RPC converted to use new transaction semantics 2014-06-30 07:16:50 -04:00