Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 653 Bytes

eth-connect.outputblockformatter.md

File metadata and controls

24 lines (14 loc) · 653 Bytes

Home > eth-connect > outputBlockFormatter

outputBlockFormatter() function

Formats the output of a block to its proper value

Signature:

export declare function outputBlockFormatter(block: BlockObject | null): BlockObject | null;

Parameters

Parameter Type Description
block BlockObject | null

Returns:

BlockObject | null