@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
10 lines (7 loc) • 295 B
text/typescript
// Algod v2 API
export { getAccount, getTransactionParams, broadcastTransaction, getBlock } from "./algod";
// Indexer API
export { getAccountTransactions, getAllAccountTransactions } from "./indexer";
export type { GetTransactionsOptions } from "./indexer";
// Types
export * from "./types";