@linenext/dapp-portal-sdk
Version:
Dapp Portal SDK
9 lines (8 loc) • 356 B
TypeScript
import { DappPortalSDKConfig } from "../config/config";
export declare class MetricAPiClient {
private readonly baseUrl;
private readonly clientId;
private readonly sdkLocalStorage;
constructor(config: DappPortalSDKConfig);
sendWalletMetric: (action: string, walletAddress: string | null, walletType: string | null) => Promise<void>;
}