Constructs a mutable copy of an existing transaction.
Synopsis
Declared in <primitives/transaction.h>
explicit
CMutableTransaction(CTransaction const& tx);
Parameters
Name |
Description |
tx |
The transaction to copy from. |
Created with MrDocs