We should provide a way to recover public key with provided account index and original message from a signature. Related to https://github.com/FuelLabs/forc/issues/45#issuecomment-1207486508. The `Signature` type already [has this functionality](https://github.com/FuelLabs/fuel-vm/blob/423c3c8a45226076f19b9615a3e6dbf63ffcce1e/fuel-crypto/src/signature.rs#L197-L212), we just need to export it to CLI.