UNPKG

@eth-optimism/ethereumjs-vm

Version:
6 lines (5 loc) 278 B
/// <reference types="node" /> export declare const toHexAddress: (buf: any) => string; export declare const toHexString: (buf: any) => string; export declare const fromHexString: (str: string) => Buffer; export declare const toAddressBuf: (address: string | Buffer) => Buffer;