// Copyright 2017-2020 @polkadot/ledger authors & contributors // SPDX-License-Identifier: Apache-2.0 import { TransportDef } from './types'; const transports: TransportDef[] = []; export default transports;