fromJSON static method
Implementation
static ConsensusStateWithHeight fromJSON(IBCApiConsensusState data) {
return ConsensusStateWithHeight(
Height.fromJSON(data.height), data.consensus_state);
}
static ConsensusStateWithHeight fromJSON(IBCApiConsensusState data) {
return ConsensusStateWithHeight(
Height.fromJSON(data.height), data.consensus_state);
}