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