UNPKG

@polkadot/util-crypto

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