@wasserstoff/tribes-sdk
Version:
SDK for integrating with Tribes by Astrix platform on any EVM compatible chain
16 lines (15 loc) • 388 B
TypeScript
import { BaseModule } from '../core/BaseModule';
/**
* Module for analytics and reporting
* Note: This is a stub implementation
*/
export declare class AnalyticsModule extends BaseModule {
/**
* Gets the current implementation version
*/
getVersion(): string;
/**
* This is a placeholder for future implementation
*/
getStatus(): Promise<string>;
}