/** * EncodedBlockResultsParams type */ export interface EncodedBlockResultsParams { readonly height?: string; }