Utility
Use thru util for pure format conversion tasks.
Commands
Section titled “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
Section titled “Minimal Pattern”thru util convert pubkey hex-to-thrufmt 0123...thru util convert signature thrufmt-to-hex ts...- This family is read-only and local.
- Reach for it whenever another command requires
ta...orts...formatting and you only have hex.