UNPKG

@ledgerhq/coin-tezos

Version:
10 lines (7 loc) 342 B
// SPDX-FileCopyrightText: © 2026 LEDGER SAS // SPDX-License-Identifier: Apache-2.0 import type { SupportedFeatures } from '@ledgerhq/coin-module-framework/features/types' export const supportedFeatures: SupportedFeatures = { blockchain_txs: ['send'], staking_txs: ['delegate', 'undelegate', 'stake', 'unstake', 'finalize_unstake'], }