@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 346 B
TypeScript
import { AddressValidationCurrencyParameters } from "@ledgerhq/types-live";
type ValidateAddressFunction = (address: string, parameters: Partial<AddressValidationCurrencyParameters>) => Promise<boolean>;
export declare function getValidateAddress(network: string): ValidateAddressFunction;
export {};
//# sourceMappingURL=validateAddress.d.ts.map