ConsensusStateWithHeight defines a consensus state with an additional height field.

interface ConsensusStateWithHeightSDKType {
    consensus_state?: AnySDKType;
    height: undefined | HeightSDKType;
}

Properties

consensus_state?: AnySDKType
height: undefined | HeightSDKType