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