@ledgerhq/types-live
Advanced tools
Comparing version 6.52.0-nightly.0 to 6.52.0-nightly.1
/** | ||
* DerivationMode is a string identifier of a specific derivation scheme in a list defined in live-common derivation.ts | ||
*/ | ||
export type DerivationMode = "" | "ethM" | "ethMM" | "bch_on_bitcoin_segwit" | "legacy_on_bch" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_on_legacy" | "legacy_on_segwit" | "legacy_on_native_segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet" | "icon" | "ton"; | ||
export type DerivationMode = "" | "ethM" | "ethMM" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet" | "icon" | "ton"; | ||
//# sourceMappingURL=derivation.d.ts.map |
@@ -181,2 +181,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
spamFilteringTx: Feature_SpamFilteringTx; | ||
llmMemoTag: Feature_MemoTag; | ||
}; | ||
@@ -474,2 +475,3 @@ /** | ||
export type Feature_SpamFilteringTx = DefaultFeature; | ||
export type Feature_MemoTag = DefaultFeature; | ||
/** | ||
@@ -476,0 +478,0 @@ * Utils types. |
/** | ||
* DerivationMode is a string identifier of a specific derivation scheme in a list defined in live-common derivation.ts | ||
*/ | ||
export type DerivationMode = "" | "ethM" | "ethMM" | "bch_on_bitcoin_segwit" | "legacy_on_bch" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_on_legacy" | "legacy_on_segwit" | "legacy_on_native_segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet" | "icon" | "ton"; | ||
export type DerivationMode = "" | "ethM" | "ethMM" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet" | "icon" | "ton"; | ||
//# sourceMappingURL=derivation.d.ts.map |
@@ -181,2 +181,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
spamFilteringTx: Feature_SpamFilteringTx; | ||
llmMemoTag: Feature_MemoTag; | ||
}; | ||
@@ -474,2 +475,3 @@ /** | ||
export type Feature_SpamFilteringTx = DefaultFeature; | ||
export type Feature_MemoTag = DefaultFeature; | ||
/** | ||
@@ -476,0 +478,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.52.0-nightly.0", | ||
"version": "6.52.0-nightly.1", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,4 +8,2 @@ /** | ||
| "ethMM" | ||
| "bch_on_bitcoin_segwit" | ||
| "legacy_on_bch" | ||
| "etcM" | ||
@@ -20,5 +18,2 @@ | "aeternity" | ||
| "segwit" | ||
| "segwit_on_legacy" | ||
| "legacy_on_segwit" | ||
| "legacy_on_native_segwit" | ||
| "segwit_unsplit" | ||
@@ -25,0 +20,0 @@ | "sep5" |
@@ -194,2 +194,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
spamFilteringTx: Feature_SpamFilteringTx; | ||
llmMemoTag: Feature_MemoTag; | ||
}; | ||
@@ -519,2 +520,3 @@ | ||
export type Feature_SpamFilteringTx = DefaultFeature; | ||
export type Feature_MemoTag = DefaultFeature; | ||
@@ -521,0 +523,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
376965
6125