UNPKG

@vutien/sdk-core

Version:

🛠 An CORE SDK for building DMM SDK ver 1 + 2

6 lines (5 loc) • 220 B
/** * Validates an address and returns the parsed (checksummed) version of that address * @param address the unchecksummed hex address */ export declare function validateAndParseAddress(address: string): string;