UNPKG

open-libra-sdk

Version:

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

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