UNPKG

@ledgerhq/coin-multiversx

Version:
7 lines (5 loc) 238 B
import type { SupportedFeatures } from "@ledgerhq/coin-framework/features/types"; export const supportedFeatures: SupportedFeatures = { blockchain_txs: ["send"], staking_txs: ["delegate", "undelegate", "claimReward", "withdraw"], };