@ledgerhq/coin-tezos
Version:
18 lines (15 loc) • 369 B
text/typescript
// SPDX-FileCopyrightText: © 2026 LEDGER SAS
// SPDX-License-Identifier: Apache-2.0
import * as bakers from './bakers'
export { bakers }
export {
createTzktApi,
type TzktApi,
fetchAllTransactions,
fetchBlockDelegations,
fetchBlockOriginations,
fetchBlockReveals,
fetchBlockStaking,
fetchBlockTokenTransfers,
fetchBlockTransactions,
} from './tzkt'