mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 09:08:03 +00:00
3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
import type { HexString } from '@pezkuwi/util/types';
|
|
export declare function ethereumEncode(addressOrPublic?: string | Uint8Array): HexString;
|