Home > eth-connect > outputBlockFormatter
Formats the output of a block to its proper value
Signature:
export declare function outputBlockFormatter(block: BlockObject | null): BlockObject | null;
Parameter | Type | Description |
---|---|---|
block | BlockObject | null |
Returns:
BlockObject | null