UNPKG

157 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2export declare function ethereumEncode(addressOrPublic?: HexString | string | Uint8Array): HexString;