UNPKG

@stratosphere-network/core

Version:

Core StratoSphere SDK functionality

8 lines 265 B
import Sphere, { SphereConfig } from "@stratosphere-network/wallet"; export declare class StratoSphere { private wallet; setupWallet(config: SphereConfig): void; hasWallet(): boolean; getWallet(): Sphere | null; } //# sourceMappingURL=index.d.ts.map