Converts a mutable transaction into a CTransaction, moving its contents.
Synopsis
Declared in <primitives/transaction.h>
explicit
CTransaction(CMutableTransaction&& tx);
Parameters
Name |
Description |
tx |
The mutable transaction to move from. |
Created with MrDocs