UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 145 B
import type { HexString } from '@polkadot/util/types'; export declare function ethereumEncode(addressOrPublic?: string | Uint8Array): HexString;