scrypto-dev
Version:
CLI tool for Scrypto development on Radix DLT - deploy packages, generate types, manage accounts, and more
10 lines • 388 B
TypeScript
interface PlatformInfo {
target: string;
binaryExtension: string;
}
export declare function getPlatformInfo(): PlatformInfo;
export declare function getBinaryPath(binaryName: string): string;
export declare function checkBinaryAvailable(binaryName: string): boolean;
export declare function listAvailableBinaries(): string[];
export {};
//# sourceMappingURL=binary-helper.d.ts.map