FuelLabs/forc-wallet

Add support for recovering public key from a signature using account index and original message

kayagokalp opened this issue · 0 comments

We should provide a way to recover public key with provided account index and original message from a signature. Related to #6 (comment).

The Signature type already has this functionality, we just need to export it to CLI.