thru-cli util for pure format conversion tasks.
Commands
| Command | Use it for |
|---|---|
convert pubkey hex-to-thrufmt <hex_pubkey> | Convert a hex public key to ta... format. |
convert pubkey thrufmt-to-hex <thrufmt_pubkey> | Convert a ta... address to hex. |
convert signature hex-to-thrufmt <hex_signature> | Convert a hex signature to ts... format. |
convert signature thrufmt-to-hex <thrufmt_signature> | Convert a ts... signature to hex. |
Minimal Pattern
Notes
- This family is read-only and local.
- Reach for it whenever another command requires
ta...orts...formatting and you only have hex.