UNPKG

@wasserstoff/tribes-sdk

Version:

SDK for integrating with Tribes by Astrix platform on any EVM compatible chain

16 lines (15 loc) 387 B
import { BaseModule } from '../core/BaseModule'; /** * Module for user profile management * Note: This is a stub implementation */ export declare class ProfilesModule extends BaseModule { /** * Gets the current implementation version */ getVersion(): string; /** * This is a placeholder for future implementation */ getStatus(): Promise<string>; }