privateKeyToAccountSigner
Creates a LocalAccountSigner
instance using the provided private key.
Import
Usage
Parameters
key
Hex
The private key in hexadecimal format
Returns
LocalAccountSigner<PrivateKeyAccount>
An instance of LocalAccountSigner
initialized with the provided private key