UNPKG

rubic-sdk-next

Version:
8 lines (7 loc) 385 B
export declare class RetroBridgeApiService { private static readonly RETRO_BRIDGE_API_ENDPOINT; private static API_KEY; static getMessageToAuthWallet(): Promise<string>; static sendSignedMessage(walletAddress: string, signature: string, networkType: string): Promise<never | void>; static checkWallet(walletAddress: string, networkType: string): Promise<string>; }