[#ExternalSigner-GetDescriptors] = xref:ExternalSigner.adoc[ExternalSigner]::GetDescriptors :relfileprefix: ../ :mrdocs: Get receive and change Descriptor(s) from device for a given account. Calls `<command> ‐‐fingerprint <fingerprint> ‐‐chain <chain> getdescriptors ‐‐account <account>`. == Synopsis Declared in `<external_signer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] GetDescriptors(int account); ---- == Return Value see doc/external‐signer.md == Parameters [cols="1,4"] |=== | Name| Description | *account* [in] | which BIP32 account to use (e.g. `m/44'/0'/account'`) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#