UNPKG

web3x

Version:

Typescript port of web3.js

3 lines (2 loc) 160 B
import { BlockHash, BlockType } from '../eth'; export declare function inputBlockNumberFormatter(block: BlockType | BlockHash | undefined): string | undefined;