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