| 2652 | } |
| 2653 | |
| 2654 | transaction_handle_type wallet_api::begin_builder_transaction() |
| 2655 | { |
| 2656 | return my->begin_builder_transaction(); |
| 2657 | } |
| 2658 | |
| 2659 | void wallet_api::add_operation_to_builder_transaction(transaction_handle_type transaction_handle, const operation& op) |
| 2660 | { |
nothing calls this directly
no outgoing calls
no test coverage detected