Constructs a transaction by deserializing raw bytes.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
Transaction(std::span<std::byte const> raw_transaction);

Parameters

Name

Description

raw_transaction

The serialized transaction bytes.

Created with MrDocs