UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

7 lines (6 loc) 183 B
declare class ApiEndpoint { private static __baseUrl__; static getBaseUrl: () => string; static setBaseUrl: (baseUrlInput?: string) => void; } export default ApiEndpoint;