UNPKG

@ledgerhq/coin-stacks

Version:
13 lines 291 B
type ValidateAddressResult = { isValid: true; data: { version: number; data: string; }; } | { isValid: false; error: any; }; export declare const validateAddress: (input: string) => ValidateAddressResult; export {}; //# sourceMappingURL=addresses.d.ts.map