UNPKG

@ledgerhq/coin-algorand

Version:
5 lines 301 B
import { CoinModuleApi } from "@ledgerhq/coin-module-framework/api/index"; import { type AlgorandCoinConfig } from "../config"; import type { AlgorandMemo } from "../types"; export declare function createApi(config: AlgorandCoinConfig): CoinModuleApi<AlgorandMemo>; //# sourceMappingURL=index.d.ts.map