near-ca-test
Version:
An SDK for controlling Ethereum Accounts from a Near Account.
5 lines (4 loc) • 352 B
TypeScript
import { Address } from "viem";
export declare function najPublicKeyStrToUncompressedHexPoint(najPublicKeyStr: string): string;
export declare function deriveChildPublicKey(parentUncompressedPublicKeyHex: string, signerId: string, path?: string): string;
export declare function uncompressedHexPointToEvmAddress(uncompressedHexPoint: string): Address;