fromData static method

Implementation

static ConsensusStateWithHeight fromData(
    ConsensusStateWithHeightCommonArgs data) {
  return ConsensusStateWithHeight(
      Height.fromData(data.height!), data.consensus_State!);
}