/** * EncodedAbciQueryParams type and creator */ export interface EncodedAbciQueryParams { readonly path: string; readonly data: string; readonly height?: string; readonly prove?: boolean; }