UNPKG

@algofi/v0

Version:

The official JavaScript SDK for Algofi

4 lines (3 loc) 224 B
export declare const formatState: (state: any) => {}; export declare const getGlobalState: (algodClient: any, appId: any) => Promise<{}>; export declare const searchGlobalState: (globalState: any, searchKey: any) => any;