wallet: Add wallet/types.h for simple public enum and struct types

Move isminetype and isminefilter there this commit, add WalletPurpose type next
commit.
This commit is contained in:
Ryan Ofsky
2023-03-13 11:53:33 -04:00
committed by Andrew Chow
parent 27dcc07c08
commit 8741522e6c
9 changed files with 40 additions and 37 deletions

View File

@@ -8,7 +8,7 @@
#include <script/script.h>
#include <script/standard.h>
#include <test/util/setup_common.h>
#include <wallet/ismine.h>
#include <wallet/types.h>
#include <wallet/wallet.h>
#include <boost/test/unit_test.hpp>