JoyIDSigner
JoyIDSigner is a subclass of ethers.Signer ↗ (opens in a new tab), all available methods are listed in the Ethers.js docs ↗ (opens in a new tab).
Types
import { providers } from 'ethers'
 
constructor(
  provider: providers.Provider,
  connectedAddress: string,
  config?: EvmConfig
)Usage
Check out Ethers.js Guide.