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

@@ -7,7 +7,7 @@
#include <chain.h>
#include <interfaces/wallet.h>
#include <key_io.h>
#include <wallet/ismine.h>
#include <wallet/types.h>
#include <stdint.h>