A package is an ordered list of transactions. The transactions cannot conflict with (spend the same inputs as) one another.
Synopsis
Declared in <policy/packages.h>
using Package = std::vector<CTransactionRef>;
Created with MrDocs