@ledgerhq/coin-tezos
Version:
10 lines • 391 B
JavaScript
;
// SPDX-FileCopyrightText: © 2026 LEDGER SAS
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.supportedFeatures = void 0;
exports.supportedFeatures = {
blockchain_txs: ['send'],
staking_txs: ['delegate', 'undelegate', 'stake', 'unstake', 'finalize_unstake'],
};
//# sourceMappingURL=supportedFeatures.js.map