@xylabs/sdk-react
    Preparing search index...

    Variable useSignerConst

    useSigner: (
        ethWalletConnector?: EthWalletConnectorBase,
        localAddress?: EthAddressWrapper,
    ) => JsonRpcSigner | undefined

    Locate the signer on the passed wallet for a given address

    Type Declaration

      • (
            ethWalletConnector?: EthWalletConnectorBase,
            localAddress?: EthAddressWrapper,
        ): JsonRpcSigner | undefined
      • Parameters

        Returns JsonRpcSigner | undefined