UNPKG

@lit-protocol/vincent-scaffold-sdk

Version:

Shared build configuration and utilities for Vincent abilities and policies

7 lines 268 B
/** * Converts a PKP string to a checksummed Ethereum address * @param pkpPublicKey - The PKP string to convert * @returns A checksummed Ethereum address */ export declare function toEthAddress(pkpPublicKey: string): any; //# sourceMappingURL=toEthAddress.d.ts.map