Update Coldcard docs for signmessage
This commit is contained in:
parent
14a1345ad1
commit
f3dcf95548
@ -48,9 +48,9 @@ Please also see [docs](docs/) for additional information about each device.
|
||||
| Feature \ Device | Ledger Nano S | Trezor One | Digital BitBox | KeepKey | Coldcard |
|
||||
|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||
| Support Planned | Yes | Yes | Yes | Yes | Yes |
|
||||
| Implemented | Yes | Partial | Yes | Partial | Partial |
|
||||
| Implemented | Yes | Partial | Yes | Partial | Yes |
|
||||
| xpub retrieval | Yes | Yes | Yes | Yes | Yes |
|
||||
| Message Signing | Yes | No | Yes | No | No |
|
||||
| Message Signing | Yes | No | Yes | No | Yes |
|
||||
| Device Setup | N/A | Yes | Yes | Yes | N/A |
|
||||
| Device Wipe | N/A | Yes | Yes | Yes | N/A |
|
||||
| Device Recovery | N/A | Yes | N/A | Yes | N/A |
|
||||
|
||||
@ -12,6 +12,7 @@ Current implemented commands are:
|
||||
- `restore`
|
||||
- `backup`
|
||||
- `displayaddress`
|
||||
- `signmessage`
|
||||
|
||||
## Notes on `setup`, `wipe`, and `restore`
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Trezor interaction script
|
||||
# Coldcard interaction script
|
||||
|
||||
from ..hwwclient import HardwareWalletClient, UnavailableActionError
|
||||
from ckcc.client import ColdcardDevice, COINKITE_VID, CKCC_PID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user