grindKeyPairSigners
Generates multiple KeyPairSigners whose addresses satisfy the
provided matches criterion. Internally, this calls
grindKeyPairs from @solana/keys and wraps each resulting
CryptoKeyPair in a KeyPairSigner.
Parameters
| Parameter | Type | Description |
|---|---|---|
config | GrindKeyPairsConfig | See GrindKeyPairsConfig. |
Returns
Example
Find four signers whose address starts with anza:
See
- grindKeyPairSigner
- grindKeyPairs