/** * EncodedCommitParams type and creator */ export interface EncodedCommitParams { height?: string; }