@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
5 lines • 301 B
TypeScript
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