gui: display address on external signer

This commit is contained in:
Sjors Provoost
2019-09-16 19:01:04 +02:00
parent 450cb40a34
commit 62ac119f91
6 changed files with 36 additions and 0 deletions

View File

@@ -258,6 +258,9 @@ public:
// Return whether private keys enabled.
virtual bool privateKeysDisabled() = 0;
// Return whether wallet uses an external signer.
virtual bool hasExternalSigner() = 0;
// Get default address type.
virtual OutputType getDefaultAddressType() = 0;