MCPcopy Create free account
hub / github.com/cryptonomex/graphene / begin_builder_transaction

Method begin_builder_transaction

libraries/wallet/wallet.cpp:2654–2657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2652}
2653
2654transaction_handle_type wallet_api::begin_builder_transaction()
2655{
2656 return my->begin_builder_transaction();
2657}
2658
2659void wallet_api::add_operation_to_builder_transaction(transaction_handle_type transaction_handle, const operation& op)
2660{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected