[#btck_transaction_create] = btck_transaction_create :mrdocs: Create a new transaction from the serialized data. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:btck_Transaction-08.adoc[btck_Transaction]* btck_transaction_create( void const* raw_transaction, size_t raw_transaction_len); ---- == Return Value The transaction, or null on error. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *raw_transaction* [in] | Serialized transaction. | *raw_transaction_len* [in] | Length of the serialized transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#