[#Package] = Package :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using Package = std::vector<CTransactionRef>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#