connect
Sets the provider for the account signer and returns the updated account signer instance. Note: this is not necessary since the Provider is required by the constructor. This is useful if you want to change the provider after the account signer has been created.
Import
Usage
Parameters
provider
EthersProviderAdapter
the provider to be set for the account signer
Returns
AccountSigner<TAccount>
the updated account signer instance