Create a new transaction from the serialized data.
Declared in <kernel/bitcoinkernel.h>
[[nodiscard]]
btck_Transaction*
btck_transaction_create(
void const* raw_transaction,
size_t raw_transaction_len);
| Name | Description |
|---|---|
| raw_transaction [in] | Serialized transaction. |
| raw_transaction_len [in] | Length of the serialized transaction. |