saveKeypairSignerToFile
Save an extractable KeyPairSigner to a filesystem wallet json file
(i.e. same format as those generated by the solana-keygen command)
Parameters
| Parameter | Type | Description |
|---|---|---|
keypairSigner | KeyPairSigner | an extractable KeyPairSigner |
filePath | string | path to file where the keypair will be saved |
Returns
Promise<boolean>