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

@@ -14,7 +14,7 @@
#include <util/result.h>
#include <util/time.h>
#include <wallet/crypter.h>
#include <wallet/ismine.h>
#include <wallet/types.h>
#include <wallet/walletdb.h>
#include <wallet/walletutil.h>