ClientConsensusStates constructor

ClientConsensusStates(
  1. String client_id,
  2. List<ConsensusStateWithHeight> consensus_states
)

Implementation

ClientConsensusStates(this.client_id, this.consensus_states);