UNPKG

@namgold/ks-sdk-core

Version:

🛠 An CORE SDK for building DMM Classic SDK, Elastic SDK and Solana SDK

7 lines (6 loc) • 284 B
import { ChainId } from '../entities/chain'; /** * Validates an address and returns the parsed (checksummed) version of that address * @param address the unchecksummed hex address */ export declare function validateAndParseAddress(address: string, chainId: ChainId): string;