Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | rpc: send: support external signer | Sjors Provoost | |
2021-02-23 | rpc: signerdisplayaddress | Sjors Provoost | |
2021-02-23 | wallet: ExternalSigner: add GetDescriptors method | Sjors Provoost | |
2021-02-23 | rpc: signer: add enumeratesigners to list external signers | Sjors Provoost | |
2021-02-23 | wallet: add -signer argument for external signer command | Sjors Provoost | |
Create basic ExternalSigner class with contructor. A Signer(<cmd>) is added to CWallet on load if -signer=<cmd> is set. |