UNPKG

open-libra-sdk

Version:

A minimalist Typescript library for interacting with the Open Libra blockchain.

4 lines 232 B
export declare const LOCAL_TESTNET_API: string; export declare function testnetUp(dockerPath?: string): Promise<boolean>; export declare function testnetDown(dockerPath?: string): Promise<void>; //# sourceMappingURL=compose.d.ts.map