Convert a CMutableTransaction into a CTransaction.

Synopsis

Declared in <primitives/transaction.h>

explicit
CTransaction(CMutableTransaction const& tx);

Parameters

Name

Description

tx

The mutable transaction to copy from.

Created with MrDocs