the config to use when creating the key store
The evm address that corresponds to the key that this keystore holds
Is this an interactive keystore
Function that will be used to sign a message
signature encoded as a string
the message to sign
EvmKeyStore
instance with the provided configuration
Creates a EvmKeyStore instance with the specified parameters. This allows the caller to create a custom implementation of an
EvmKeyStore
. This is useful to add support for different web3 providers that are not supported by any of the currently provided implementations.