ConsensusStateWithHeight constructor
ConsensusStateWithHeight(
- Height height,
- ConsensusStateJSON consensus_state
Implementation
ConsensusStateWithHeight(this.height, this.consensus_state);