@ledgerhq/coin-filecoin
Version:
Ledger Filecoin Coin integration
6 lines • 360 B
TypeScript
import { GetAddressFn } from "@ledgerhq/ledger-wallet-framework/bridge/getAddressWrapper";
import { SignerContext } from "@ledgerhq/ledger-wallet-framework/signer";
import { FilecoinSigner } from "../types";
declare function resolver(signerContext: SignerContext<FilecoinSigner>): GetAddressFn;
export default resolver;
//# sourceMappingURL=getAddress.d.ts.map