@ledgerhq/coin-filecoin
Version:
Ledger Filecoin Coin integration
8 lines • 483 B
TypeScript
import { SignerContext } from "@ledgerhq/coin-framework/signer";
import type { Account, AccountBridge, CurrencyBridge } from "@ledgerhq/types-live";
import type { Transaction, FilecoinSigner } from "../types";
export declare function createBridges(signerContext: SignerContext<FilecoinSigner>): {
currencyBridge: CurrencyBridge;
accountBridge: AccountBridge<Transaction, Account, import("@ledgerhq/types-live").TransactionStatusCommon>;
};
//# sourceMappingURL=index.d.ts.map