ConsensusStateWithHeight constructor

ConsensusStateWithHeight(
  1. Height height,
  2. ConsensusStateJSON consensus_state
)

Implementation

ConsensusStateWithHeight(this.height, this.consensus_state);