Constructors

Synopses

Declared in <kernel/bitcoinkernel_wrapper.h>

Constructs a transaction by deserializing raw bytes.

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

Constructs an owning copy from a view.

Parameters

Name

Description

raw_transaction

The serialized transaction bytes.

view

The view to copy.

Created with MrDocs