mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-16 16:35:47 +00:00
2692c90106
* Split Ledger (& transports) into package * Fix browser/node resolution * Bump
9 lines
211 B
TypeScript
9 lines
211 B
TypeScript
// Copyright 2017-2020 @polkadot/ledger authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { TransportDef } from './types';
|
|
|
|
const transports: TransportDef[] = [];
|
|
|
|
export default transports;
|