UNPKG

@zondax/ledger-substrate

Version:

TS / Node API for Substrate/Polkadot based apps running on Ledger devices

122 lines (121 loc) 5.46 kB
/** ****************************************************************************** * (c) 2019 - 2022 Zondax AG * (c) 2016-2017 Ledger * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. ******************************************************************************* */ import type Transport from '@ledgerhq/hw-transport'; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newKusamaApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newPolkadotApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newPolymeshApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newDockApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newCentrifugeApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newEdgewareApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newEquilibriumApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newGenshiroApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newStatemintApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newStatemineApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newNodleApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newSoraApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newPolkadexApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newBifrostApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newKaruraApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newReefApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newAcalaApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newXXNetworkApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newParallelApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newAstarApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newComposableApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newStafiApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newAlephZeroApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newInterlayApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newUniqueApp(transport: Transport): import("./substrate_app").SubstrateApp; /** * @deprecated Chains will progressively migrate to the generic app */ export declare function newBifrostKusamaApp(transport: Transport): import("./substrate_app").SubstrateApp;