Type Alias: HardwareWalletSupportMatrix
HardwareWalletSupportMatrix =
Record
<HardwareWalletManufacturer
,HardwareWalletSupportEntry
|undefined
>
Defined in: apps/docs/repos/hydra/libraries/hw-common/src/types.ts:29
HardwareWalletSupportMatrix
This is a map of supported hardware wallets, where the key is the manufacturer and the value is an object with the supported models. An object of this type MAY be exposed on asset.baseAsset.api.features.hardwareWallets?.supportMatrix to indicate the supported hardware wallets and models for the asset.